Config your Mac OSX

Terminal: iTerm2 & oh-my-zsh

oh-my-zsh

Install oh-my-zsh via curl:

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

Official Docs

iTerm2

iTerm2 is a replacement for the terminal app taht ships with OS X.

Download and install iterm2 via this link

Why iTerm2?

  • Split pane views
  • Hotkey window
  • Better search highlighting
  • Mouseless copy

Install Node.js

Install Node.js via this link.

NVM

You can NVM(Node Version Manager) to install node.js. Install it via wget:

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash

follow the official docs to use nvm.

Homebrew

Install homebrew.

Git

Using homebrew to install git.

brew install git

Git config:

> git config --global user.name "YOUR_NAME"
> git config --global user.email YOUR_EMAIL

References

  1. 知乎:程序员如何优雅使用Mac
  2. A Beautifully Productive Terminal Experience

results matching ""

    No results matching ""