-
Notifications
You must be signed in to change notification settings - Fork 0
Rouji/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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