My collection of personal dotfiles. Mostly to aid me in bootstrapping a new project, but if you find something useful, great!
stow
(Available in most package managers)
# Clone the repo
git clone https://github.com/josnun/dotfile
# Change to the cloned directory
cd ~/dotfiles
# use Stow to set up the symlinks for the appropriate packages
stow nvim
stow fish
# ...