Role | Tool |
---|---|
Terminal | Ghostty |
Virtual Machines | OrbStack |
Dotfiles | Stow |
Shell | 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)