bashscripts
bashscripts copied to clipboard
My bash profile and scripts.
My bash files
These are my bash files. It uses starship to customize the prompt, so you need it in PATH.
This repo will work better with my dotfiles.
Installation
- Clone this repo to ~/bashscripts:
git clone --recurse-submodules https://github.com/giggio/bashscripts
- Add this line to the end of your
~/.bashrcor~/.bash_profile:
source $HOME/bashscripts/.bashrc
Extending these scripts
It will run every file with .bash at the end, so all you need to do is add
more files. Files are sorted and directories closer to the root of the repo will
run first.
Author
License
Licensed under the Apache License, Version 2.0.