Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 250 Bytes

File metadata and controls

17 lines (13 loc) · 250 Bytes

dotfiles

ctes091x's dotfiles

# install chezmoi
sh -c "$(curl -fsLS get.chezmoi.io/lb)"
# or `yay -S chezmoi`

# init and apply
chezmoi init ctes091x
chezmoi apply

# install Vim / Neovim plugins
vim -c PlugInstall
nvim -c PlugInstall