Skip to content

ihsanulrahman/bash-berry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BASH-BERRY πŸš€

A simple set of shell scripts for cloning my device repositories, setting up Git configs, and installing GPG keys.

Quick start

Direct one-liner execution

Clone device repositories:

wget -q https://raw.githubusercontent.com/ihsanulrahman/bash-berry/main/repo_clone.sh -O - | bash

Set up Git configs and GPG keys:

wget -q https://raw.githubusercontent.com/ihsanulrahman/bash-berry/main/git-gpg.sh -O - | bash

Notes

  • 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.

About

Bash scripts for some of my stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages