Skip to content

tbjers/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b06df41 · Jun 5, 2024
May 23, 2024
May 13, 2024
May 23, 2024
May 23, 2024
May 6, 2024
May 6, 2024
May 6, 2024
Jun 5, 2024
Apr 2, 2024
Apr 15, 2024
May 8, 2024
May 23, 2024
Apr 2, 2024
Jan 31, 2024
Mar 19, 2024
Mar 26, 2024
May 6, 2024
May 8, 2024
May 6, 2024
May 4, 2024
May 4, 2024
Feb 4, 2024
Mar 26, 2024
Feb 18, 2024
Jun 28, 2023
May 13, 2024
Jun 28, 2023
Apr 6, 2024
May 6, 2024
May 6, 2024
May 6, 2024
May 6, 2024
Mar 28, 2024
Mar 23, 2024
May 23, 2024
Apr 2, 2024

Repository files navigation

dotfiles

security pre-commit Conventional Commits

These dotfiles can be installed with a one-line shell command:

BINDIR="${HOME}/.local/bin" TAG="latest" sh \
  -c "$(curl -fsLS get.chezmoi.io)" -- init --apply tbjers

Or if you have wget:

BINDIR="${HOME}/.local/bin" TAG="latest" sh \
  -c "$(wget -qO- get.chezmoi.io)" -- init --apply tbjers

Or with PowerShell:

(irm -useb https://get.chezmoi.io/ps1) | powershell -c - init --apply tbjers