From zero to the perfect dev environment
These dotfiles include config and settings for:
- Programs and applications to install with Homebrew
- Mac OS default settings
- VSCode settings, keybindings, extensions, and workspaces
- Vim and tmux config (although I now use VSCode)
- Zsh config and aliases
- Alfred settings
- iTerm settings
- Snipster snippets
- Fonts to install
- Git config
xcode-select --install
cd && mkdir <your code repo>
(for me,cd && mkdir coprime
)- Log into Github and create a personal access token
git clone https://github.com/jhanstra/dotfiles
in your projects directory. Use github token to auth.cd dotfiles && sh mac.sh
. Answer the few questions in there.- Continue through the rest of the manual steps that can't be automated: [Notion]
The following are the env tokens I have in .env to automatically add them to the shell for use:
- VERCEL_TOKEN: get from the Vercel settings under your profile