Copied bash scripts and fixed shebangs

This commit is contained in:
Wryn Wagner
2019-12-02 10:16:05 -07:00
parent f5b9664b6b
commit 67e48cb7bc
12 changed files with 443 additions and 0 deletions

6
zsh/linux/archfun Normal file
View File

@ -0,0 +1,6 @@
#!/bin/zsh
# dependency :: feh
alias bgrandomizer="feh --randomize --bg-fill $HOME/.wallpaper/1/* $HOME/.wallpaper/2/* $HOME/.wallpaper/3/*";
# temp
alias bgrandomizer="feh --randomize --bg-fill $HOME/.wallpaper/* $HOME/.wallpaper/* $HOME/.wallpaper/*";