mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 10:33:39 +00:00
Update README.md
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone --bare git@github.com:davegallant/dotfiles.git $HOME/.dotfiles
|
git clone --bare git@github.com:davegallant/dotfiles.git $HOME/.dotfiles
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # add alias to a .bashrc or .zshrc
|
alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # add alias to a .bashrc or .zshrc
|
||||||
source ~/.zshrc || source ~/.bashrc
|
source ~/.zshrc || source ~/.bashrc
|
||||||
config config --local status.showUntrackedFiles no
|
config config --local status.showUntrackedFiles no
|
||||||
# override all config files
|
# override all config files
|
||||||
|
Reference in New Issue
Block a user