aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index bdf7abe..59e5fd8 100755
--- a/install.sh
+++ b/install.sh
@@ -102,6 +102,10 @@ symlink ~/.dotfiles/qutebrowser/autoconfig.yml ~/.config/qutebrowser/autoconfig.
mkdir -p ~/.config/ranger
symlink ~/.dotfiles/ranger/rc.conf ~/.config/ranger/rc.conf
+# rofi
+mkdir -p ~/.config/rofi
+symlink ~/.dotfiles/rofi/config.rasi ~/.config/rofi/config.rasi
+
# shell
symlink ~/.dotfiles/shell/.profile ~/.profile