Files
nix-config/README.md
Dave Gallant ddd4c6c6ff add nix badge
2021-01-10 13:52:24 -05:00

550 B

config

built with nix

This repo stores nix expressions and other configuration.

Setup

Clone this as a bare repo to avoid the need for symlinking:

$ 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 / .zshrc
$ config config --local status.showUntrackedFiles no
$ config checkout -f # this will overwrite any existing configs in the home directory