Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 290 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 290 Bytes

Dotfiles

All my configs

Quick setup:

sh -c "`curl -fsSL https://raw.githubusercontent.com/bengadbois/dotfiles/master/setup.sh`"

Install with ssh (easier for committing updates):

git clone git@github.com:bengadbois/dotfiles.git ~/.dotfiles && cd .dotfiles && ./setup.sh