simply dotfiles for zsh, vim, tmux etc... and installing system using Dotbot
clone this repository and install dotfiles.
cd ~
git clone https://github.com/applepine1125/dotfiles
cd ~/dotfiles
./install
Open terminal.app settings, click Import
, and select file Solarized_fixed.terminal in ~/dotfiles
brew tap Homebrew/bundle
cd ~/dotfiles/brew
brew bundle
If you want create Brewfile
cd ~/dotfiles/brew
brew bundle dump --force
brew update
brew uninstall ricty
brew tap sanemat/font
brew install ricty --with-powerline
cp -f /usr/local/Cellar/ricty/{your directory version}/share/fonts/Ricty*.ttf ~/Library/Fonts/
fc-cache -vf
exec $SHELL -l
Then, set font ricty for powerline in terminal settings
If get errors concerned python, install python3 and reinstall pynvim using pip
python3 -m pip install --user --upgrade pynvim