Skip to content

01 \ Quickstart

Zafranudin Zafrin edited this page Sep 23, 2022 · 1 revision

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
Clone this wiki locally