My dotfiles, incl. Oh my Zsh and gitconfig.
Zsh related files are located in zsh/
(duh). zsh/nichoio
is a plugin for Oh-My-Zsh. Move it to .oh-my-zsh/plugins
.
Preliminary steps:
- Install Nerd Font:
brew install font-hack-nerd-font
- In Terminal which is used for Nvim (e.g. iTerm), apply Nerd Font
- Install nvim:
brew install neovim
- Install npm:
brew install npm
Then, copy the contents of nvim/macos
to ~/.config/nvim
.