Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 526 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 526 Bytes

dotfiles

GNU stow for managing symlinks and git for source control. Simple!

Mostly orientated to zsh with antibody as the shell plugin manager.

install

brew install stow
sudo pacman -S stow
sudo apt install -y stow
...etc

apply

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 zsh

To overwrite pre-existing files:

stow --adopt bash zsh ...