Skip to content

Instantly share code, notes, and snippets.

@deathnmind
Last active November 12, 2022 00:37
Show Gist options
  • Save deathnmind/7a7823ad528866fa820c9a1b43a55d53 to your computer and use it in GitHub Desktop.
Save deathnmind/7a7823ad528866fa820c9a1b43a55d53 to your computer and use it in GitHub Desktop.
Chezmoi install and apply
# one liner sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply deathnmind
#! /bin/bash
sh -c "$(curl -fsLS get.chezmoi.io)"
sudo ln -s ./bin/chezmoi /usr/bin/chezmoi
# logout and log back in
chezmoi init --apply https://github.com/deathnmind/dotfiles.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment