- Install gnu stow -
brew install stow - Clone the repo -
git clone --recurse-submodules git@github.com:billthompson/dotfiles.git
stow -t ~ zsh -v
stow -t ~ bash -v
stow -t ~ tmux
stow -t ~/.config tmuxinator
stow -t ~ aliases -vsource ~/.zshrc
stow -t ~ scm_breeze -v~/.scm_breeze/install.shsource ~/.zshrc
Choose either classic or lazy.
stow --no-folding -v --restow -t ~/.config nvim- this allows vim-plug to work without symlinks.- Install plugins after opening nvim via
:PlugInstall
stow --no-folding -v --restow -t ~/.config lazyvim
stow -t ~ gnupg -v
RPROMPT='[%D{%f/%m/%y} | %D{%L:%M:%S %p}]'
TMOUT=1
TRAPALRM() {
zle reset-prompt
}