Skip to content

dotfiles-misc/tbjers-dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.9%
  • Lua 21.8%
  • Just 0.3%