Cloned from Gretzky: https://github.com/gretzky/dotfiles
h/t to sobolevn: https://github.com/sobolevn/dotfiles
Dotfiles for my M1 Macbook Pro 18,1 running macOS Monterey 12.0.1.
- Terminal: iTerm using zsh w/ starship prompt and color-ls
- Window management: yabai
- Hotkeys: skhd
- Vim: neovim with vim-plug to manage plugins
- Tools: tmux, z, fzf
Before you get started On a sparkling fresh installation of macOS:
Give full disk access permission to your terminal (for writing macos defaults). System Preferences -> Privacy -> Full Disk Access.
Install xcode from the Apple Developer website, then install dotfiles.
To install:
curl -L https://raw.githubusercontent.com/jimmoffet/dotfiles/main/run.sh | sh
This will fetch run.sh which will fetch this repo and run the install script.
- Configs for the following tools:
- Shell environment configs:
- Antigen for zsh plugin management
.zshrc.zlogin.sh.zshenv.sh.aliases.exports
Brewfile- contains all homebrew packages, casks, and mac appstore apps- VSCode settings
The install script will also setup Python and Node versions/environments:
- Be sure to update the user name/email values in the global gitconfig
- VSCode/Vim color scheme is Ayu
- The macOS 'highlight color' (accent color for mac, typically blue) is set to pink. To set it to a different color:
- Pick your desired color and get its RGB value (ex. pink is
255,105,180) - Take each value and divide it by 255 (ex. pink is now
1, 0.41176470588, 0.70588235294) - Put them into RGB order (ex. pink is
"1 0.41176470588 0.70588235294")
- Pick your desired color and get its RGB value (ex. pink is

