An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Bash profile
This is just for me personal use so no quarantees.

![image](images/image.png)

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`