A simple set of shell scripts for cloning my device repositories, setting up Git configs, and installing GPG keys.
Clone device repositories:
wget -q https://raw.githubusercontent.com/ihsanulrahman/bash-berry/main/repo_clone.sh -O - | bashSet up Git configs and GPG keys:
wget -q https://raw.githubusercontent.com/ihsanulrahman/bash-berry/main/git-gpg.sh -O - | bashNotes
- These are convenience one-liners that download and execute remote scripts. Review the scripts before running them.
- Ensure you have wget and bash installed on your system.