dotlou's default dotfiles - first thing to install on any new machine
- powerline10k - Minimalist, dark, instant prompt
- oh-my-zsh with plugins:
- thefuck - Correct previous console commands
- Nix Package Manager - Reproducible tool installation across all machines (see
tools.nix) - GPG signing public key + gitconfig to enforce signing of commits
- Vim configuration
- Custom Claude command configurations
git clone https://github.com/dotLou/dotfiles.git
cd dotfiles
./install.shThis will:
- Install Oh My Zsh and plugins
- Configure Zsh with Powerlevel10k theme
- Install Nix package manager (if not present)
- Install development tools via Nix (defined in
tools.nix) - Link configuration files (.zshrc, .gitconfig, .vimrc)
- Set up Claude commands
To add or remove tools, edit tools.nix and run:
nix-env -i -f ./tools.nixTo update all tools:
nix-env -u