01 \ Quickstart - Xavier-IV/dev.zafranudin.dotfiles GitHub Wiki

To get started, you can do as follow.

$ brew install iterm2 tmux neovim oh-my-zsh prettier ripgrep

$ git clone https://github.com/Xavier-IV/dev.zafranudin.dotfiles.git ~/.dotfiles

$ cp -a ~/.dotfiles/tmux ~/.config
$ cp -a ~/.dotfiles/nvim ~/.config

This will install all the required dependencies.

Tmux

$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

$ tmux
# Hit 
#  [Ctrl + B] I 
# to install tmux plugins

Nvim

$ nvim
# Then, hit 
#   :PackerInstall 
# to install nvim plugins