Adds some applications to the stow script and sorts them

This commit is contained in:
Jonathan Hodgson 2019-07-30 15:38:29 +01:00
parent 4e64e108f6
commit 8887885796

17
stow.sh
View file

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