diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2023-11-15 06:56:04 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2023-11-15 06:56:04 +0100 |
commit | 25c4ac296f854933f9800167c7b39a5aaf73d079 (patch) | |
tree | 36a4c6a227fa9200db0a9b63c565f3d6167a7185 /install | |
parent | 3bef48c086d15702665dd158ebcea0db9780158f (diff) | |
download | dotfiles-25c4ac296f854933f9800167c7b39a5aaf73d079.tar.gz dotfiles-25c4ac296f854933f9800167c7b39a5aaf73d079.zip |
Add bspwm/sxhkd/polybar
Diffstat (limited to 'install')
-rwxr-xr-x | install/install_linux.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/install_linux.sh b/install/install_linux.sh index 099f764..5e75e97 100755 --- a/install/install_linux.sh +++ b/install/install_linux.sh @@ -82,6 +82,9 @@ if [ $res -eq 1 ]; then ln -isf "$CWD/Common/foot" ~/.config/foot ln -isf "$CWD/Common/alacritty" ~/.config/alacritty ln -isf "$CWD/Common/powerline_config" ~/.config/powerline + ln -isf "$CWD/Common/sxhkd" ~/.config/sxhkd + ln -isf "$CWD/Common/bspwm" ~/.config/bspwm + ln -isf "$CWD/Common/polybar" ~/.config/polybar tput rc; tput ed fi |