My bash profile and scripts.
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| .githooks/pre-commit | ||
| .bashrc | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .shellcheckrc | ||
| LICENSE | ||
| README.md | ||
| run_shellcheck.sh | ||
My Bash files
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.
Installation
- 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/.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 MIT license.