2021-01-09 17:38:39 -05:00
2020-12-27 21:12:15 -05:00
2020-12-18 21:45:50 -05:00
2020-05-06 13:12:24 -04:00
2020-08-01 19:42:48 -04:00
2021-01-09 17:37:22 -05:00

config

This repo stores nix, dotfiles, and other miscellaneous scripts.

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
Description
configuration for my mac and linux workstations
Readme MIT 6.9 MiB
Languages
Nix 96.6%
Shell 1.9%
Just 1.5%