Personal dotfiles for macOS. Includes Neovim, Kitty, Zsh, and Git config.
- nvim — LazyVim with configs for Python, Ruby, Rust, SQL
- kitty — Catppuccin Mocha theme, FiraCode Nerd Font
- zsh — oh-my-zsh, pyenv, rbenv
- git — global gitconfig
- Brewfile — all personal tooling
git clone https://github.com/mau5mat/dotfiles ~/dotfiles
~/dotfiles/install.sh- Ruby:
rbenv install <version>thenrbenv global <version> - Python:
pyenv install <version>thenpyenv global <version> - Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - Haskell:
ghcup tuito install GHC + Cabal, then installhaskell-language-servervia Mason in Neovim - Neovim: launch and run
:Lazyto install plugins, then:TSInstall allfor treesitter parsers