- $ git clone git@github.com:kawa-xxx/dotfiles.git
- $ setup.sh
- $ brew bundle install
- $ sudo vim /etc/shells に fish を追記する
- $ chsh -s /usr/local/bin/fish
- $ curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
- $ fisher
-
$ mkdir .cache
-
$ curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
-
$ sh ./installer.sh .cache
-
vim :call dein#install()
-
$ pyenv install 3.10.8
-
$ pyenv global 3.10.8
-
$ pip install neovim
- $ pip install powerline-status
- $ git clone https://github.com/powerline/fonts.git
- $ cd fonts
- $ ./install.sh
- ターミナルのフォントをパワーラインのものに変更する