jcsongor / dotfiles

various config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

various config files

License:GNU General Public License v3.0


Languages

Language:Shell 95.5%Language:Vim Script 4.5%