Notes & setup guide
- homebrew [https://brew.sh/]
- ghostty [https://ghostty.org]
- neovim [https://neovim.io/]
- Go [https://go.dev/]
- Bun [https://bun.sh/]
Stow works by creating symlinks between a custom folder (dotfiles) in your main directory & the main directory itself. Files created in the dotfiles directory can be symlinked to the the same location in the main directory by running:
stow .
- Install homebrew and set up path in ~/.zprofile
- Install GNU Stow [https://www.gnu.org/software/stow/]
- Install Ghostty
- Clone this repo into your home directory
- Run
git submodule update --init --recursive
to pull in the git submodules (themes & plugins for ohmyzsh) - Remove the existing .zshrc in home directory
- cd into the dotfiles directory
- Run
stow .