9 lines
298 B
Bash
9 lines
298 B
Bash
# ------------------------------------------------------
|
|
# init pywal with default wallpaper
|
|
# ------------------------------------------------------
|
|
|
|
_installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config
|
|
wal -i ~/dotfiles/wallpapers/default.jpg
|
|
echo "Pywal and templates initiated!"
|
|
echo ""
|