Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 505 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 505 Bytes

Dotfiles

Installation

git clone https://github.com/undg/.dot # clone the repository

cd .dot # enter the repository

sh <(curl -s https://raw.githubusercontent.com/undg/zap/master/install.sh)   # Install zap.

./install # symlink dotfiles with stow

Bind custom githooks

Alter git config with custom githooks:

hooksPath = _githooks

OR CLI:

git config --local core.hooksPath _githooks/

Done

Manage dotfiles

./install
 
# OR

./clean-env