mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 10:33:39 +00:00
Initial commit
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# dotfiles
|
||||
|
||||

|
||||
|
||||
## use
|
||||
|
||||
```shell
|
||||
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
|
||||
source ~/.zshrc || source ~/.bashrc
|
||||
config config --local status.showUntrackedFiles no
|
||||
# override all config files
|
||||
config checkout -f
|
||||
```
|
||||
|
||||
See: https://www.atlassian.com/git/tutorials/dotfiles
|
Reference in New Issue
Block a user