Skip to content

styrmis/dotfiles-local

Repository files navigation

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 = [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published