diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:53 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:53 +0200 |
commit | 65b7f91e51d90e93c3d7c6704c0a8265467a8ea7 (patch) | |
tree | 88301071c7f1840b502f33cbd3b0f7c5e81b0c66 /install | |
parent | a77563ee1044ffa03f7c49e457a5f7c9f943188f (diff) | |
parent | e6df7072ab32493a561fc678eacc119b57981827 (diff) | |
download | dotfiles-65b7f91e51d90e93c3d7c6704c0a8265467a8ea7.tar.gz dotfiles-65b7f91e51d90e93c3d7c6704c0a8265467a8ea7.zip |
Merge branch 'master' of https://github.com/JakobS1n/dotfiles
Diffstat (limited to 'install')
-rwxr-xr-x | install/install_linux.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install/install_linux.sh b/install/install_linux.sh index 9c66d62..fffb066 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 |