This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |