My personal configuration for Linux based system, with zsh, email settings
etc.
GNU Stow (https://www.gnu.org/software/stow/manual/stow.html).
To install symbolic links to all home directory configuration files (assuming
you've cloned this repo to ~/code/dotfiles):
cd ~/code/dotfiles/homedir
stow -t ~ *Or, standing directly in the repository root:
stow -t ~ homedirTo uninstall all symbolic links to home directory configuration files:
cd ~/code/dotfiles/homedir
stow -Dt ~ homedirTo install work setup files:
stow -t ~/work workTo uninstall work setup files:
stow -Dt ~/work workCopyright Β© 2018 Jonas Collberg