Povezovalna skripta
parent
fb3cd73e84
commit
0999e19e15
|
@ -0,0 +1,33 @@
|
|||
#!/bin/sh
|
||||
|
||||
DIR=`pwd`
|
||||
ln -s $DIR/.zshrc ~/.zshrc
|
||||
|
||||
ln -s $DIR/.config/gtk-3.0 ~/.config/gtk-3.0
|
||||
|
||||
mkdir $DIR/.config/i3
|
||||
ln -s $DIR/.config/i3/config ~/.config/i3/config
|
||||
|
||||
mkdir $DIR/.config/sway
|
||||
ln -s $DIR/.config/sway/config ~/.config/sway/config
|
||||
|
||||
mkdir $DIR/.config/termite
|
||||
ln -s $DIR/.config/termite/config ~/.config/termite/config
|
||||
|
||||
ln -s $DIR/.config/compton ~/.config/compton
|
||||
|
||||
ln -s $DIR/.config/redshift ~/.config/redshift
|
||||
|
||||
ln -s $DIR/.gtkrc-2.0 ~/.gtkrc-2.0
|
||||
|
||||
ln -s $DIR/.i3blocks.conf ~/.i3blocks.conf
|
||||
|
||||
ln -s $DIR/.local/rofi/config ~/.local/rofi/config
|
||||
|
||||
ln -s $DIR/.spacemacs ~/.spacemacs
|
||||
|
||||
ln -s $DIR/.vimrc ~/.vimrc
|
||||
|
||||
ln -s $DIR/.Xresources ~/.Xresources
|
||||
|
||||
ln -s $DIR/.zlogin ~/.zlogin
|
Loading…
Reference in New Issue