add link script
parent
8615278023
commit
58dbdfc630
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Symlinks all the dotfiles to the necessary places.
|
||||||
|
|
||||||
|
ln -s alacritty ~/.config
|
||||||
|
ln -s .bashrc ~/.bashrc
|
||||||
|
ln -s dunst ~/.config
|
||||||
|
ln -s i3 ~/.config
|
||||||
|
ln -s makepkg.conf ~/.config
|
||||||
|
ln -s nvim ~/.config
|
||||||
|
ln -s picom ~/.config
|
||||||
|
ln -s polybar ~/.config
|
||||||
|
ln -s .tmux.conf ~/.tmux.conf
|
||||||
|
ln -s .xinitrc ~/.xinitrc
|
||||||
|
ln -s .Xresources ~/.Xresources
|
Loading…
Reference in New Issue