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