Skip to content

Instantly share code, notes, and snippets.

@20k-ultra
Created March 22, 2023 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 20k-ultra/39433ba58a685c8a80db5adccc0406d0 to your computer and use it in GitHub Desktop.
Save 20k-ultra/39433ba58a685c8a80db5adccc0406d0 to your computer and use it in GitHub Desktop.
My notes on setting up a new mbp

Dotfiles Darwin

  1. Setup hostname a. set dock and menu to autohide b. removed all items from dock
  2. create new ssh keys
  3. Download homebrew
  4. brew install:
    • git
    • wezterm
    • neovim
    • slack
    • amethyst
    • nvm
    • nerd-fonts
    • firefox
  5. copy zsh/nvim configs from 20k-ultra/dotfiles
  6. copy wezterm config
  7. install a node version nvm install node
  8. setup neovim:
    • run nvim Lazy and nvim Mason
  9. firefox setup:
  10. keybind setups
    • macOS:
      • Mission Control use ALT + N to move between workspaces
      • Spotlight use CMD + D to open
    • amethyst:
      • cycling between tiles: ALT + J or ALT + K
      • focus to main: ALT + ENTER
      • resize to tiles: ALT + H or ALT + L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment