- Oh my zsh
- change shell to zsh after installation
- Homebrew (visit website to find how to install)
Clone dotfiles by using git.
$ cd && git clone https://github.com/ryokotmng/dotfiles.git
$ sh dotfiles/setup.sh
Under ~/dotfiles To install dein, see Github page. Dein automatically install plugins when vim starts.
If dein doesn't work properly, open vim and install dein
:call dein#install()
Python2 and Python3 needed. see this for Python setup. Please check ':CheckHealth' if something wrong.