2017-04-22 16:53:37 +03:00
|
|
|
#!/biń/sh
|
|
|
|
|
|
|
|
# Create symlinks
|
|
|
|
ln -s $(pwd)/.vimrc ~
|
|
|
|
ln -s $(pwd)/.vim ~
|
|
|
|
ln -s $(pwd)/.zshrc ~
|
|
|
|
ln -s $(pwd)/.zprofile ~
|
|
|
|
ln -s $(pwd)/.zshrc.local ~
|
|
|
|
ln -s $(pwd)/.Xresources ~
|
|
|
|
ln -s $(pwd)/.Xresources.d ~
|
|
|
|
ln -s $(pwd)/.config/awesome ~/.config/
|
2017-12-17 15:33:10 +02:00
|
|
|
ln -s $(pwd)/.config/ranger ~/.config/
|
|
|
|
ln -s $(pwd)/.config/mpv ~/.config/
|
2017-12-22 23:18:17 +02:00
|
|
|
ln -s $(pwd)/.config/mpd ~/.config/
|