Skip to content

jhanstra/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ jth dotfiles

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

New Mac Set-Up

  1. xcode-select --install
  2. cd && mkdir <your code repo> (for me, cd && mkdir coprime)
  3. Log into Github and create a personal access token
  4. git clone https://github.com/jhanstra/dotfiles in your projects directory. Use github token to auth.
  5. cd dotfiles && sh mac.sh. Answer the few questions in there.
  6. Continue through the rest of the manual steps that can't be automated: [Notion]

Env Set-up

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