fix "too many levels of symlink" error lol

main
Ayush Mukherjee 3 years ago
parent c4b89f5722
commit d490287de5

@ -1,14 +1,14 @@
#!/bin/sh #!/bin/sh
# Symlinks all the dotfiles to the necessary places. # Symlinks all the dotfiles to the necessary places.
ln -s alacritty ~/.config ln -s $(pwd)/alacritty ~/.config
ln -s .bashrc ~/.bashrc ln -s $(pwd)/.bashrc ~/.bashrc
ln -s dunst ~/.config ln -s $(pwd)/dunst ~/.config
ln -s i3 ~/.config ln -s $(pwd)/i3 ~/.config
ln -s makepkg.conf ~/.config ln -s $(pwd)/makepkg.conf ~/.config
ln -s nvim ~/.config ln -s $(pwd)/nvim ~/.config
ln -s picom ~/.config ln -s $(pwd)/picom ~/.config
ln -s polybar ~/.config ln -s $(pwd)/polybar ~/.config
ln -s .tmux.conf ~/.tmux.conf ln -s $(pwd)/.tmux.conf ~/.tmux.conf
ln -s .xinitrc ~/.xinitrc ln -s $(pwd)/.xinitrc ~/.xinitrc
ln -s .Xresources ~/.Xresources ln -s $(pwd)/.Xresources ~/.Xresources

Loading…
Cancel
Save