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
tostow=(
"vim"
tostow=(
"bin"
"ranger"
"qutebrowser"
"zathura"
"sxiv"
"rofi"
"browserOverides"
"dunst"
"git"
"pandoc"
"qutebrowser"
"ranger"
"rofi"
"sxiv"
"vim"
"zathura"
)
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"