/dotfiles

DOTFILES

I’ve spent a good deal of time optimizing my computing experience by configuring the tools I use. My current development environment is based around:

  • neovim: Text editing.
  • ghostty: Terminal emulator.
  • tmux: Terminal multiplexing.
  • direnv: Environment & version management.
  • brew: Package management.
  • zsh: Shell.

The entire configuration is managed via Ansible and can be cloned from my repository.

git clone https://github.com/lucykowal/dotfiles.git $HOME/.dotfiles

Per the README, the setup can be bootstrapped with:

ansible-playbook up.yml