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