Main repo: codeberg.org/giggio/bashscripts
Notice: Most of this repo has been moved into my home-manager configuration, which is in my dotfiles. This repo won't be updated anymore. Old instructions follow bellow.
- Clone this repo to ~/bashscripts:
git clone --recurse-submodules https://codeberg.org/giggio/bashscripts- Add this line to the end of your
~/.bashrcor~/.bash_profile:
source $HOME/bashscripts/.bashrcIt 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.
Licensed under the MIT license.