Skip to content

Instantly share code, notes, and snippets.

@fguchelaar
Last active January 6, 2021 14:11
Show Gist options
  • Save fguchelaar/3428b639999d43e5c18defbdcaea2976 to your computer and use it in GitHub Desktop.
Save fguchelaar/3428b639999d43e5c18defbdcaea2976 to your computer and use it in GitHub Desktop.

Development machine setup

Tools

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Global npm packages

First need to install node / npm. Possibly through nvm?

npm install -g eslint
npm install -g lite-server

Development

sudo gem install cocoapods

Productivity

Configure the shell

Create ~/.zshrc with contents:

PROMPT='%(?.%F{green}√.%F{red}? %?)%f %F{245}%2~%f %# '

more info: https://scriptingosx.com/2019/06/moving-to-zsh/

Add Quicklook plugin for markdown-support

https://github.com/sbarex/QLMarkdown

brew cask install rectangle

Browser

  • install Safari extensions
    • JSON Peep for Safari
    • Ka-Block!
    • DuckDuckGo Privacy Essentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment