Skip to content

tan-yuki/dotfiles

Repository files navigation

Create dotfiles symlinks

sh ./link.sh

Install brew

https://docs.brew.sh/Installation

Setup bundles

brew bundle

Setup asdf

nodejs

asdf plugin add nodejs
asdf install nodejs 17.6.0

Install vim-plug

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

Install nerd font

see) https://github.com/ryanoasis/nerd-fonts

Install pyenv

brew install pyenv
pyenv install 3.7.12
pyenv global 3.7.12
pyenv rehash

※) neovimがpyenv前提のため、asdf経由ではなくpyenv経由でpythonをセットアップする

Install powerline

pip install powerline-status

see) https://powerline.readthedocs.io/en/latest/installation.html

Install powerline font

git clone https://github.com/powerline/fonts.git
cd fonts
./install.sh
cd ../
rm -rf fonts

see) https://github.com/powerline/fonts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published