Managed with 📦 GNU Stow
- 🍺
brew- Install all the things - 👻
ghostty- Config for shiny new terminal - 💾
git- A gitconfig that works for me - 🔐
gpg- Points gpg atpinentry-mac - 👨💻
nvim- My Lazyvim config for neovim - ✨
opencode- Config for my pet AI - 📦
stow- Make stow work everywhere - 📄
zed- My text editor of choice - 💻
zsh- My starship and zsh config
Install these first:
First, install stow:
$ brew install stow
$ cd ~$ git clone https://github.com/natritmeyer/dotfiles.git
$ cd dotfiles$ make stow
This will stow all packages and install brew dependencies. Alternatively, run the steps manually:
$ stow stow$ stow brew$ brew bundle -g$ stow ghostty git gpg nvim opencode zed zsh
$ make update
Or run manually:
$ rustup update && brew update && brew bundle -g && brew upgrade && brew upgrade --cask --greedy