mirror of
https://github.com/GHOSCHT/dotfiles.git
synced 2024-11-09 23:31:56 +01:00
Update README.md
This commit is contained in:
parent
836bd10bab
commit
8fe6344d3d
1 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
git init --bare $HOME/.dotfiles
|
## Initial Setup
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
1. git init --bare $HOME/.dotfiles
|
||||||
config config --local status.showUntrackedFiles no
|
2. alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
3. config config --local status.showUntrackedFiles no
|
||||||
|
|
||||||
|
## Restore
|
||||||
|
|
Loading…
Reference in a new issue