aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 5e6bd20..dd2385e 100755
--- a/install.sh
+++ b/install.sh
@@ -47,6 +47,9 @@ ln -s ${PWD}/bspwmrc ~/.config/bspwm/bspwmrc
mkdir -p ~/.config/sxhkd
ln -s ${PWD}/sxhkdrc ~/.config/sxhkd/sxhkdrc
+mkdir -p ~/.config/rofi
+ln -s ${PWD}/rofi_config ~/.config/rofi/config
+
ln -s ${PWD}/polybar ~/.config/polybar
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | bash