A simple, clean setup to quickly bootstrap your development environment using GNU Stow.
Make sure the essentials are installed:
sudo apt install zsh git tmuxstow zsh tmux gitThis creates the appropriate symlinks in your home directory.
Load your new Zsh configuration:
zshIf you'd like Zsh to start automatically:
chsh -s "$(which zsh)"Feel free to explore, customize, and extend these dotfiles to fit your workflow!