From 82e7ae32867c9f46576d99fdc78bc0185410fe47 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Wed, 28 Apr 2021 14:36:31 +0200 Subject: Do some mods and add i3 things --- install/install_linux.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install/install_linux.sh') diff --git a/install/install_linux.sh b/install/install_linux.sh index 7355bdd..6edefab 100755 --- a/install/install_linux.sh +++ b/install/install_linux.sh @@ -61,6 +61,11 @@ if [ $res -eq 1 ]; then ln -isf "$CWD/Common/vimrc" ~/.vimrc ln -isf "$CWD/Common/vim" ~/.vim ln -isf "$CWD/Common/p10k.zsh" ~/.p10k.zsh + ln -isf "$CWD"/Common/i3/config/* ~/.config/ + ln -isf "$CWD/Common/i3/urxvt" ~/.urxvt + ln -isf "$CWD/Common/i3/Xresources" ~/.Xresources + ln -isf "$CWD/Common/i3/xsettingsd" ~/.xsettingsd + ln -isf "$CWD/Common/rofi" ~/.config/rofi tput rc; tput ed fi -- cgit v1.2.3