My development environment configuration, managed with GNU Stow.
| Package | Description |
|---|---|
nvim |
Neovim config with Lazy.nvim plugins |
ghostty |
Ghostty terminal emulator config |
zsh |
Zsh shell configuration |
git |
Git config and aliases |
git clone https://github.com/isaac-levine/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shThe install script checks for GNU Stow (installs via Homebrew if needed), then symlinks each package into $HOME.
# Symlink individual packages
stow nvim # ~/.config/nvim → dotfiles/nvim/.config/nvim
stow ghostty # ~/.config/ghostty → dotfiles/ghostty/.config/ghostty
stow zsh # ~/.zshrc → dotfiles/zsh/.zshrc
stow git # ~/.gitconfig → dotfiles/git/.gitconfig- macOS (Homebrew) or Linux
- GNU Stow