Skip to content

Instantly share code, notes, and snippets.

View Lacusch's full-sized avatar

Laszlo M. Szabo Lacusch

  • 01:33 (UTC +02:00)
View GitHub Profile
@Lacusch
Lacusch / chezmi-setup.sh
Last active September 28, 2025 10:48
Chezmoi setup
#!/bin/bash
set -e # Exit on error
set +o history # No history
echo "Script to setup chezmoi using Github access token"
# TODO: Add documentation and link to the gist in the gist itself
#
read -p "Please write Github username: " GITHUB_USERNAME