/dotfiles

various config files

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Dotfiles

Various config files (git, vim, zsh).

Prerequisites

Install (GNU stow)[https://www.gnu.org/software/stow/] to handle symlinks.

sudo apt-get install stow

Installation

Clone repository:

git clone git@github.com:jcsongor/dotfiles.git

Symlink modules to $HOME using GNU stow

stow <package>

Reload config if needed (e.g.: . ~/.zshrc)