- Terminal is Ghostty
- Virtual Machines via OrbStack
- Dotfiles managed with Stow
- Shell handled by Fish
- Editor, Neovim
- Clone this repository to
$HOME/.config
- Use
stow
to symlink the config files in each directory. i.e.cd $/HOME/.config && stow zsh
results in~/.zshrc -> ~/$HOME/.config/zsh/.zshrc
(more on managing dotfiles with stow)