My Personal dotfiles with chezmoi
Personal and Opinionated dotfiles managed with chezmoi
+ age
With chezmoi, I can setup my daily driver in a few minutes on any machine. It is a great tool for managing dotfiles and keeping them in sync across multiple machines.
# for truly fresh install of macOS you need to install CommandLineTools first
xcode-select --install
# initialize chezmoi
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply kholisrag
# transitory environments
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot kholisrag
-
chezmoi, main tool for managing my personal dotfiles
-
age, for managing secrets with encryptions
-
oh-my-zsh, for my main zsh framework
-
zdotdir, clean + bundling standard for antidote with oh-my-zsh and zsh
- Currently only tested on
macOS
-
Add support for
macOS
-
Add support for
linux
-
Add support for
codespaces
and friends