benfurber / new_laptop_setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New laptop setup process

curl --remote-name https://raw.githubusercontent.com/thoughtbot/laptop/master/mac
sh mac 2>&1 | tee ~/laptop.log
git clone git@github.com:benfurber/dotfiles.git ~/dotfiles

Starting software to make life easier

brew install yarn
brew install node
brew install watchman
brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8

npm install -g react-native-cli

brew cask install adoptopenjdk

Typescript

npm install -g typescript

For terminal setup

VSCode extensions

code --install-extension dbaeumer.vscode-eslint
code --install-extension deerawan.vscode-dash
code --install-extension dzannotti.vscode-babel-coloring
code --install-extension eamodio.gitlens
code --install-extension esbenp.prettier-vscode
code --install-extension flowtype.flow-for-vscode
code --install-extension hoovercj.ruby-linter
code --install-extension karunamurti.haml
code --install-extension kumar-harsh.graphql-for-vscode
code --install-extension misogi.ruby-rubocop
code --install-extension mjmcloug.vscode-elixir
code --install-extension ms-python.python
code --install-extension ms-vscode.cpptools
code --install-extension otoniel-isidoro.vscode-ruby-ctags
code --install-extension plibither8.remove-comments
code --install-extension Prisma.prisma
code --install-extension Prisma.vscode-graphql
code --install-extension rebornix.ruby
code --install-extension sianglim.slim
code --install-extension stkb.rewrap
code --install-extension stpn.vscode-graphql
code --install-extension streetsidesoftware.code-spell-checker

More software

Other things to do

Setup mac to show

defaults write com.apple.Finder AppleShowAllFiles true

About