Personal dotfile configurations
  • Shell 49.2%
  • Nix 33%
  • Lua 17.8%
Find a file
2025-09-18 07:28:07 -07:00
.config Allow infra envvars to be overridden 2025-09-18 07:28:07 -07:00
.emoji Update emojis to unicode 15.1 2024-02-16 09:47:41 -08:00
.gitignore Update gitignore 2021-03-23 10:48:52 -07:00
Filefile 🔥 Remove unused util files 2018-09-15 12:08:29 -07:00
install.sh Add nix channels before installing home-manager 2025-01-29 10:53:51 -08:00
LICENSE.md Update README and License 2022-07-24 16:27:05 -07:00
README.md Fix neutral block heuristic 2023-10-21 22:44:16 -07:00

Britt Gresham's Dotfiles Repo

A place to store my dotfiles. Use them as is or for inspiration for your own dotfiles.

This is now the third iteration of my dotfiles. The first iteration was bash centered, the second iteration moved into zsh, now we play with Nix. Read more about my adventure with Nix at https://devlog.brittg.com/tags/nix/

Installation

Pull down this git repository and run install.sh to install dotfiles.

git clone https://github.com/demophoon/dotfiles ~/.dotfiles
cd ~/.dotfiles
./install.sh
woah