Merge pull request 'Remove ipkg tracking, Add separate script to Link only necessary docs' (#1) from devmeariver into main
Reviewed-on: #1main
commit
7de583710a
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Symlinks all the dotfiles to the necessary places.
|
||||
ln -s $(pwd)/.bashrc ~/.bashrc
|
||||
ln -s $(pwd)/makepkg.conf ~/.config/makepkg.conf
|
||||
ln -s $(pwd)/nvim ~/.config/nvim
|
||||
ln -s $(pwd)/.tmux.conf ~/.tmux.conf
|
Loading…
Reference in New Issue