add nix badge

This commit is contained in:
Dave Gallant
2021-01-10 13:47:12 -05:00
parent 71121b7247
commit ddd4c6c6ff

View File

@@ -1,5 +1,7 @@
# config
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
This repo stores nix expressions and other configuration.
## Setup
@@ -8,8 +10,7 @@ Clone this as a bare repo to avoid the need for symlinking:
```console
$ git clone --bare git@github.com:davegallant/config.git $HOME/.dotfiles
$ alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # add alias to a .bashrc or .zshrc
$ source ~/.zshrc
$ alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # add alias to a .bashrc / .zshrc
$ config config --local status.showUntrackedFiles no
$ config checkout -f # this will overwrite any existing configs in the home directory
```