Go to file
Lockszmith 86608fbc83 Major cleanup and testing added
+ added: bin/sz-doctor.sh shell script
+ fixed: chezmoi external configuration moved to _home
+ fixed: vi/vim/nvim aliases
+ fixed: bash_completion testsing
2022-05-29 01:46:21 +00:00
.init_script Prep to push to GitHub repo, added init script 2022-05-28 18:26:17 -04:00
_home Major cleanup and testing added 2022-05-29 01:46:21 +00:00
.chezmoiroot repo housekeeping + theming + terraform 2022-05-23 00:40:30 -04:00
LICENSE Prep to push to GitHub repo, added init script 2022-05-28 18:26:17 -04:00
README.md Prep to push to GitHub repo, added init script 2022-05-28 18:26:17 -04:00

README.md

chezmoi dotfiles repo

Quickest init + apply

  1. Make sure curl is installed
# Bash/Sh/Zsh
. <(curl -fsLS lksz.me/dotfiles.sh)

# PowerShell
. <(curl -fsLS lksz.me/dotfiles.ps1)

Quick install

Initialize chezmoi and apply:

using GitHub HTTPS shorthand

sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply Lockszmith                            

using GitHub over SSH

  1. Make sure the SSH-Key are setup in SSH and GPG Keys (add)
sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply git@github.com:Lockszmith/dotfiles.git