Dotfiles repository managed by chezmoi.
- Supports macOS and Debian(Ubuntu) Linux for containerization only
- zsh and ohmyzsh theme based on agnoster
- Visual Studio Code as editor
- Include python(pyenv, poetry), node(nvm), go(gvm), rust, sdkman(jvm langs)
- Include exa, jq, fd(fd-find), rg(ripgrep-all), fzf
Just execute install.sh
You can pass options like below
DOTFILES_EMAIL=maintain0404@gmail.com ./install.shDOTFILES_EMAIL: Your email. Used for configuring git(.gitconfig)
- Run template files
chezmoi execute-template < {filepath}- Run template and edit
chezmoi execute-template "{{ templatet }}"