cd ~ && git clone https://github.com/upeoe/dotfiles.git
Ref: nerd-fonts
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
# you should restart the terminal/iTerm2 to activate your nerd font at the Preferences > Profiles > Text.
mkdir ~/.config && ln -s ~/dotfiles/.nvim ~/.config/nvim
Put these into your .zshrc/.bash_profile/etc..
file:
if type nvim > /dev/null 2>&1; then
alias nvim="nvim"
alias vi='nvim'
fi
ln -s ~/dotfiles/.tmux/.tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/.tmux/.tmux.conf.local ~/.tmux.conf.local