This repository includes all of my custom dotfiles. It makes use of chezmoi.
-
Make sure
chezmoi
,zsh
,curl
,tmux
,starship
,fzf
,vim
andvim-plug
are installed. -
In Mac OS install also
coreutils
:$ brew install coreutils
-
Change the shell to zsh:
$ sudo chsh -s $(which zsh) ${USER}
-
Initialize
chezmoi
with this repo:$ chezmoi init https://github.com/alborworld/dotfiles.git
Check what changes that
chezmoi
will make to your home directory by running:$ chezmoi diff
If you are happy with the changes that
chezmoi
will make then run:$ chezmoi apply -v
-
Create vim config directory.
$ mkdir -p $HOME/.vim/autoload
-
In
vi(m)
, run:PlugInstall
to refresh/update the plugins.