aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-09-08 19:07:22 +0200
committerbozo.kopic <bozo@kopic.xyz>2021-09-08 19:07:22 +0200
commit112a38a0d4f3debab29749352c61968bee98e477 (patch)
tree59f46ec616789ae720f1337a077a41d11b7607db /install.sh
parenta101b398cc11ddbb57726be81a419e9f5ad987e7 (diff)
.
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