Skip to content

Instantly share code, notes, and snippets.

@justinmakaila
Created July 12, 2023 20:33
Show Gist options
  • Save justinmakaila/c4c564eb8fd7864ecb8c438575d22293 to your computer and use it in GitHub Desktop.
Save justinmakaila/c4c564eb8fd7864ecb8c438575d22293 to your computer and use it in GitHub Desktop.
New computer applications and niceities

New Computer Setup Hopefully this will be useful to me or someone else in the future…

Applications

Browser Extensions

  • 1password
  • Redux Devtools
  • Apollo Client Devtools
  • GraphQL Network

CLI

  • Install home-brew
  • Set default shell
  • Install fish
    • Configure shell with all variables and functions
    • Install fisher for plugins
    • Install fishline for powerline
    • Install powerline-compatible fonts
      • Install monolisa
    • Install some nvm for fish thing that utilizes a base install of nvm
  • Install gpg
  • Install htop
  • Install tmux
  • Install nvm
    • Configure base shells to use it (bash, zsh, sh)
  • Install yarn
    • Global dotenv-cli
  • Install rbenv to reduce possible conflicts with system ruby version
  • Install watchman
  • Install cocoapods
  • Install postgresql
  • [ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment