Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.03 KB

File metadata and controls

24 lines (20 loc) · 1.03 KB

dotfiles-local

  • Install Homebrew
  • Temporarily add it to the PATH: export PATH=$PATH:/opt/homebrew/bin
  • Check out dotfiles and dotfiles-local to home directory
  • Set up symlinks for dotfiles: env RCRC=$HOME/dotfiles/rcrc rcup
  • brew install fzf neovim tmux ripgrep fd 1password-cli reattach-to-user-namespace
  • Install asdf
  • Install NodeJS globally
    • asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
    • asdf install nodejs $(asdf nodejs resolve lts --latest-available)
    • asdf global nodejs $(asdf nodejs resolve lts --latest-available)
  • Install molokai for iTerm2 if required
  • Install Rectangle app

Set up local Git config

~/.gitidentity.local

[user]
  name = Your Name
  email = your-email@example.com