jwnmulder / dotfiles

My dotfiles for Linux, WSL2 and Windows managed with chezmoi & Renovate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

GitHub Actions pre-commit status GitHub Actions ci status

Setup dotfiles

On Linux

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b ~/.local/bin

~/.local/bin/chezmoi init --apply jwnmulder

On Windows

winget install twpayne.chezmoi

chezmoi init --apply jwnmulder

Set ZSH as default shell

chsh -s $(which zsh)

Updating dotfiles

# pull only
chezmoi update --apply=false

chezmoi apply

Editing encrypted files

bin/edit-age-encrypted-in-vscode.sh home/.data/chezmoidata.yaml.age

About

My dotfiles for Linux, WSL2 and Windows managed with chezmoi & Renovate


Languages

Language:PowerShell 76.9%Language:Shell 18.3%Language:Python 2.4%Language:Batchfile 2.4%