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
export NVM_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node
nvm install node
ln -s $(pwd)/.vimrc ~/.vimrc
vim
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'
# brew install sqllint
brew install pgformatter
vim -u DEFAULTS ~/.vimrc
# 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 pluginvimperator
- Plugins manage: vim-plug
ln -s $(pwd)/.tridactylrc ~/.tridactylrc