Add README
This commit is contained in:
parent
97abedfcdc
commit
31ad87ba67
1 changed files with 7 additions and 0 deletions
7
.cfg/README.md
Normal file
7
.cfg/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Dotfiles
|
||||
This directory is inspired by this https://www.atlassian.com/git/tutorials/dotfiles blogpost, which in turn was inspired by this https://news.ycombinator.com/item?id=11070797 HN thread
|
||||
|
||||
## Setting up this project initially:
|
||||
1. git init --bare $HOME/.cfg
|
||||
2. alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' or echo "alias config='usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.bashrc
|
||||
3. config config --local status.showUntrackedFiles no
|
||||
Loading…
Reference in a new issue