My Linux dotfiles, manageable with GNU Stow:
- Arch:
sudo pacman -S stow - Debian:
sudo apt install stow
cd
git clone git@github.com:angeljreyes/dotfiles.git
cd dotfiles
stow i3 zsh # stow i3 and zsh related packages
stow */ # OR stow everythingNOTE: .bashrc (or other files) might already exist, to avoid stow aborting, either remove the files:
rm ~/.bashrc
stow bashor use adopt and restore:
stow --adopt bash
git restore bashMy neovim config can be found here.