Adds some applications to the stow script and sorts them

Jonathan Hodgson 5 years ago
parent 4e64e108f6
commit 8887885796
  1. 15
      stow.sh

@ -1,14 +1,17 @@
#!/usr/bin/env sh #!/usr/bin/env sh
tostow=( tostow=(
"vim"
"bin" "bin"
"ranger" "browserOverides"
"dunst"
"git"
"pandoc"
"qutebrowser" "qutebrowser"
"zathura" "ranger"
"sxiv"
"rofi" "rofi"
"dunst" "sxiv"
"vim"
"zathura"
) )
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )" SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"

Loading…
Cancel
Save