git clone --depth 1 https://github.com/junegunn/fzf.git ~ /.fzf
~ /.fzf/install
brew install fzf
$( brew --prefix) /opt/fzf/install
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
Install latest release of node
export NVM_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node
nvm install node
ln -s $( pwd) /.vimrc ~ /.vimrc
First start to init the plug
ln -s $( pwd) /coc-settings.json ~ /.vim/coc-settings.json
# install coc-json & coc-html and exit
alias nvm_mirror=' npm_config_registry=http://registry.npm.taobao.org/ SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/'
nvm_mirror vim -c ' CocInstall -sync coc-json coc-tsserver coc-pyright coc-sql|q'
Install ALE Support Tools
# brew install sqllint
brew install pgformatter
# Change fonts in the iTerm2 Profiles -> Text -> Font
brew install svn
brew install --cask homebrew/cask-fonts/font-dejavu-sans-mono-for-powerline
.vimrc is for Linux/Mac
.vimperatorrc is for Firefox plugin vimperator
Plugins manage: vim-plug
ln -s $( pwd) /.tridactylrc ~ /.tridactylrc