Rouji / dotfiles

.files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alias dot='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

INIT
git init --bare $HOME/.dotfiles
dot config --local status.showUntrackedFiles no

CLONE
git clone --bare https://github.com/Rouji/dotfiles.git ~/.dotfiles
dot config --local status.showUntrackedFiles no
dot reset --hard HEAD
make update

About

.files


Languages

Language:Shell 36.6%Language:Python 34.2%Language:Vim Script 15.3%Language:Lua 7.2%Language:Perl 4.0%Language:CSS 1.7%Language:Makefile 1.0%