gavinest / dotfiles

My dotfiles.

Home Page:https://estenssorog.com/posts/easy-dotfiles-with-chezmoi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Managed with chezmoi. Check out the blog post I wrote about it.

Common chezmoi commands

# edit a file
chezmoi edit ~/.zshrc

# see the change that would be applied
chezmoi diff

# apply the change
chezmoi apply

# change to the chezmoi directory to commit changes
chezmoi cd

Vim plugins

Managed with vim-plug

Common vim-plug commands

" install plugins
:PlugInstall

" remove plugins no longer in .vimrc
:PlugClean

About

My dotfiles.

https://estenssorog.com/posts/easy-dotfiles-with-chezmoi/


Languages

Language:Lua 95.4%Language:Shell 4.4%Language:Python 0.2%