https://github.com/scarlettsamantha/scarlett-bash-profile
my personal bash profile, new job and opensuse their bashrc is horrible
https://github.com/scarlettsamantha/scarlett-bash-profile
bash bashrc cli hobby-project just-for-fun
Last synced: 7 months ago
JSON representation
my personal bash profile, new job and opensuse their bashrc is horrible
- Host: GitHub
- URL: https://github.com/scarlettsamantha/scarlett-bash-profile
- Owner: ScarlettSamantha
- Created: 2024-10-14T03:54:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T11:52:40.000Z (9 months ago)
- Last Synced: 2025-04-03T13:20:01.086Z (7 months ago)
- Topics: bash, bashrc, cli, hobby-project, just-for-fun
- Language: Shell
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash profile
This is just for me personal use so no quarantees.
just for fun all *.sh without an `_` will be loaded by it so its handy for aliases and just setting stuff up also use it for my keys.
The numbers eg `[0-9]{2}\_[a-zA-Z\_]\.sh` are for ordering and load order, might find something better. `_` do not apply.
## How to install
in your `~/.bashrc` add `source [path_to_repo]/01_bootstrap.sh` and thats it.
You wont see a change but if you open a new console it will trigger.
or you can do `source ~/.bashrc`