brew install node
brew install neovim
npm install -g neovim
python3 -m pip install --user --upgrade pynvim
mkdir ~/openSource && cd ~/openSource
git clone https://github.com/zhangxiaofeng05/dotfiles.git
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
ln -s ~/openSource/dotfiles/nvim/ ~/.config/nvim
ln -s ~/openSource/dotfiles/.gitconfig ~/.gitconfig
(optional-lazygit)
ln -s ~/openSource/dotfiles/lazygit/config.yml ~/Library/Application\ Support/lazygit/config.yml
ln -s ~/openSource/dotfiles/.tmux.conf ~/.tmux.conf
(optional)
# https://github.com/hackjutsu/Lepton/wiki/FAQ
ln -s ~/openSource/dotfiles/.leptonrc ~/.leptonrc
# coreutils
brew install coreutils