tbjers / dotfiles

$HOME, sweet ~/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

$HOME, sweet ~/

License:MIT License


Languages

Language:Shell 74.2%Language:Lua 25.1%Language:Just 0.6%