mirror of
https://github.com/davegallant/nix-config
synced 2025-11-25 23:14:16 +00:00
34fe9e27d3a23cfd33fac9c0c7335fc5da656d2d
config
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 or .zshrc
$ source ~/.zshrc
$ config config --local status.showUntrackedFiles no
$ config checkout -f # this will overwrite any existing configs in the home directory
Languages
Nix
96.3%
Shell
2.1%
Just
1.6%