├── .chezmoiexternal.toml ├── .chezmoiscripts ├── run_once_after_firefox_user_chrome.sh.tmpl └── run_once_install-packages.sh.tmpl ├── README.md ├── dot_antigenrc ├── dot_condarc ├── dot_firefoxUserChrome.css ├── dot_gitconfig.tmpl ├── dot_p10k.zsh ├── dot_tmux.conf.local └── dot_zshrc.tmpl /.chezmoiexternal.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/.chezmoiexternal.toml -------------------------------------------------------------------------------- /.chezmoiscripts/run_once_after_firefox_user_chrome.sh.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/.chezmoiscripts/run_once_after_firefox_user_chrome.sh.tmpl -------------------------------------------------------------------------------- /.chezmoiscripts/run_once_install-packages.sh.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/.chezmoiscripts/run_once_install-packages.sh.tmpl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /dot_antigenrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/dot_antigenrc -------------------------------------------------------------------------------- /dot_condarc: -------------------------------------------------------------------------------- 1 | auto_activate_base: false 2 | -------------------------------------------------------------------------------- /dot_firefoxUserChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/dot_firefoxUserChrome.css -------------------------------------------------------------------------------- /dot_gitconfig.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/dot_gitconfig.tmpl -------------------------------------------------------------------------------- /dot_p10k.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/dot_p10k.zsh -------------------------------------------------------------------------------- /dot_tmux.conf.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/dot_tmux.conf.local -------------------------------------------------------------------------------- /dot_zshrc.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HHousen/dotfiles/HEAD/dot_zshrc.tmpl --------------------------------------------------------------------------------