Skip to content

Instantly share code, notes, and snippets.

@sinchang
Last active July 23, 2019 08:32
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 sinchang/7f48b9727de22ee5f4fca6a16faf8dd4 to your computer and use it in GitHub Desktop.
Save sinchang/7f48b9727de22ee5f4fca6a16faf8dd4 to your computer and use it in GitHub Desktop.
mac dev env

install Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

install Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

install zsh-autosuggestions

1、git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions

2、source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh

3、Start a new terminal session.

cli tools

brew install thefuck node git autojump yarn

install global npm package

npm i -g trash-cli npm-home fanyi @sinchang/gitopen licen sao

vscode launching from the command line

https://code.visualstudio.com/docs/setup/mac

download iterm2

https://www.iterm2.com/downloads.html

sublime text cli

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime

Visual Studio Code Settings Sync

https://marketplace.visualstudio.com/items?itemName=nonoroazoro.syncing

install MySQL

https://gist.github.com/nrollr/3f57fc15ded7dddddcc4e82fe137b58e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment