Skip to content

joncol/dotfiles

Repository files navigation

Jonas' dotfiles

My personal configuration for Linux based system, with zsh, email settings etc.

Requirements

GNU Stow (https://www.gnu.org/software/stow/manual/stow.html).

Usage

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 ~ homedir

To uninstall all symbolic links to home directory configuration files:

cd ~/code/dotfiles/homedir
stow -Dt ~ homedir

To install work setup files:

stow -t ~/work work

To uninstall work setup files:

stow -Dt ~/work work

License

Copyright Β© 2018 Jonas Collberg

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors