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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| GITHUB_USER="jorgeav527" | |
| REPO_NAME="dotfiles" | |
| PROJECTS_DIR="$HOME/Projects" | |
| DOTFILES_DIR="$PROJECTS_DIR/$REPO_NAME" | |
| KEY_PATH="$HOME/.ssh/id_ed25519_github" | |
| # Force read from /dev/tty so curl | bash handles interactive input |
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
| *.tmp* | |
| theme/ |