sh ./link.sh
https://docs.brew.sh/Installation
brew bundle
asdf plugin add nodejs
asdf install nodejs 17.6.0
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
then, exec vim, and :PlugInstall
see) https://github.com/junegunn/vim-plug
see) https://github.com/ryanoasis/nerd-fonts
brew install pyenv
pyenv install 3.7.12
pyenv global 3.7.12
pyenv rehash
※) neovimがpyenv前提のため、asdf経由ではなくpyenv経由でpythonをセットアップする
pip install powerline-status
see) https://powerline.readthedocs.io/en/latest/installation.html
git clone https://github.com/powerline/fonts.git
cd fonts
./install.sh
cd ../
rm -rf fonts