Adds some applications to the stow script and sorts them
This commit is contained in:
parent
4e64e108f6
commit
8887885796
1 changed files with 10 additions and 7 deletions
17
stow.sh
17
stow.sh
|
@ -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 )"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue