/dotfiles

Primary LanguageLua

My personal dotfiles

see Drew DeVault's blog post

Installation

Just run following commands on new device:

cd ~
git init
git remote add origin git@personal.github.com:biaocy/dotfiles.git
git fetch
git checkout -f master

Add file to version control

# Let's say we want to add our vim config to version control
git add -f .vimrc