Skip to content
/ dotfiles Public

My dotfiles, managed with https://chezmoi.io

Notifications You must be signed in to change notification settings

miszo/dotfiles

Repository files navigation

github.com/miszo/dotfiles protected by gitleaks gitleaks status

Miszo Radomski's dotfiles, managed with chezmoi.

Install them with:

//https
chezmoi init https://github.com/miszo/dotfiles.git

// ssh
chezmoi init [email protected]:miszo/dotfiles.git

Personal secrets are stored in 1Password, and you'll need the 1Password CLI installed.

To list possible commands just run:

make

Bootstrap dependencies and git hooks with:

make bootstrap

To run gitleaks locally:

make gitleaks