GNU stow for managing symlinks and git for source control. Simple!
Mostly orientated to zsh with antidote as the shell plugin manager.
brew install stow
sudo pacman -S stow
sudo apt install -y stow
...etc# See https://antidote.sh/install for install instructions
git clone git@github.com:robertbeal/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow [folder-names]
stow bash docker git gpg hyper kubernetes node python shell starship tmux vim zshTo overwrite pre-existing files:
stow --adopt bash zsh ...