diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2021-04-28 14:36:31 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2021-04-28 14:36:31 +0200 |
commit | 82e7ae32867c9f46576d99fdc78bc0185410fe47 (patch) | |
tree | fd8764e91741f90967801e0e254aafeeb847d031 /install | |
parent | 045c955f835fdb11983117ca6e27aa4543de4109 (diff) | |
download | dotfiles-82e7ae32867c9f46576d99fdc78bc0185410fe47.tar.gz dotfiles-82e7ae32867c9f46576d99fdc78bc0185410fe47.zip |
Do some mods and add i3 things
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 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 |