- Tap to click
- Disable smart quotes
- Use three finger to drag&drop
- Rime
- Sublime Text 3
- Chrome
- Firefox
- Steam
- Dropbox
- Sketch
- MegaAsync
- Xcode
- Kindle
- https://packagecontrol.io/
- Material Theme
- MarkdownEditing
- Babel
- Vue Syntax Hightlight
- Git Blame
- Git Conflict Resolver
- Git Gutter
- HTML-CSS-JS Prettify
- Babel
- ChineseOpenConvert
- EditorConfig
[
{
"keys": ["j", "k"],
"command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
}
]
git clone https://github.com/chriskempson/base16-iterm2.git
brew install zsh zsh-completions
npm install --global pure-prompt
chsh -s $(which zsh)
# .zshrc
autoload -U promptinit; promptinit
prompt pure
alias ..="cd .."
alias ...="cd ../.."
alias ls="ls -Ga"
alias l="ls -Ga"
alias zshrc="vim ~/.zshrc"
alias sozshrc="source ~/.zshrc"
alias vimrc="vim ~/.vimrc"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
brew install tree
curl -L https://git.io/n-install | N_PREFIX=$HOME/.n bash -s -- -y
brew install yarn --without-node
https://gist.github.com/keiww/2e1d4def5846a993c9dca7ef230e60e0
ssh-keygen -t rsa -b 4096 -C "[email protected]"
brew install tig
brew install vim --override-system-vi
https://gist.github.com/keiww/32b299e22387ef89263167d650ff78ca
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
git clone https://github.com/chriskempson/base16-vim.git ~/.vim/bundle/base16-vim
git clone https://github.com/pangloss/vim-javascript.git ~/.vim/bundle/vim-javascript
git clone https://github.com/vim-airline/vim-airline.git ~/.vim/bundle/vim-airline
git clone https://github.com/vim-airline/vim-airline-themes.git ~/.vim/bundle/vim-airline-themes
cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdcommenter.git
brew install rbenv
gem install cocoapods
brew install pyenv
pyenv install 3.6.2