Skip to content

paulalden/dotfiles

Repository files navigation

dotfiles

My MacOS focused development environment dotfiles.

Installation

Link dotbot paths and run brew bundle --file .Brewfile

Applications

  • 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

Screenshots

Desktop

Neovim

Tmux, Neovim and Lazygit

FZF Floating interface

Yabai

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:

https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)#updating-to-the-latest-release

Claude

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published