Go to file
Gal Szkolnik f445d39fc6 A mixed bad of updates
= Housekeeping, missing shrc.d and some changing in order.
  Most notably, split of editor aliases to separate file.
+ The missing .shrc.d files that were added:
  * keyboard mappings
  * bin.path - which includes cleanup
  * oh-my-posh compltions
+ edit-with-spacemacs ready for us, almost feature complete
  I still plan on making it resue existing frames is possible.
+ oh-my-posh config to include `systemctl is-system-running` to prompt
  when stat is not 'running' (mostly it will be shown when 'degraded')
2022-06-04 15:09:13 -04:00
.init_script Improve documentation 2022-05-29 03:23:13 -04:00
_home A mixed bad of updates 2022-06-04 15:09:13 -04: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 Improve documentation 2022-05-29 03:23:13 -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

Troubleshooting

Run the sz-doctor.sh shell script, it should be installed into the ~/bin dir by chezmoi, if chezmoi fialed, you can still download it directly from the web buy running:

> curl -fsLS lksz.me/sz-doctor.sh | bash