My MacOS focused development environment dotfiles.
Link dotbot paths and run brew bundle --file .Brewfile
- Nord Color Scheme
- Homebrew
- Yabai WM & SKHD
- Sketchybar
- Kitty
- Tmux
- Neovim
- Ruby development focused
- LSP
- Treesitter
- Snacks
- Git
- Ranger
- Bat
- ZSH
- FZF
- Starship Prompt
- LazyGit
The WM needs to add hacks to get it working fully:
After upgrading Yabai, you need to follow these steps to properly setup application following:
Installing claude-code
Add/edit ~/.claude/settings.json to have:
{
"apiKeyHelper": "~/.claude/anthropic_key.sh"
}
Then in ~/.claude/anthropic_key.sh:
echo "sk-........."
and make it executable with:
chmod +x ~/.claude/anthropic_key.sh



