Skip to content
/ .files Public

My collection of configuration files for GNU/Linux apps.

Notifications You must be signed in to change notification settings

f1uff3h/.files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

.files

From scratch

git init --bare $HOME/repos/.files/
alias gd='git --git-dir=$HOME/repos/.files/ --work-tree=$HOME'
gd config --local status.showUntrackedFiles no

Clone

git clone --bare git@github.com:f1uff3h/.files.git $HOME/repos/.files/
alias gd='git --git-dir=$HOME/repos/.files/ --work-tree=$HOME'
gd checkout 2>&1 | awk '/\s+\./{print $1}' | xargs -I{} rm -rf {}
gd checkout