My bash profile and scripts.
- Shell 100%
|
Giovanni Bassi
dd83a4bcfe
All checks were successful
Build / Build (push) Successful in 13s
|
||
|---|---|---|
| .forgejo/workflows | Move actions to forgejo/codeberg and add notice on readme | |
| .githooks/pre-commit | Add one more condition to shellcheck git hook | |
| .bashrc | Use find in posix compliant way | |
| .editorconfig | Add gh action, git hook and evolve shellcheck | |
| .gitattributes | Add .gitattributes | |
| .gitignore | Remove bash-it | |
| .shellcheckrc | Fix shellchecks | |
| LICENSE | Move license from Apache 2 to MIT | |
| README.md | Move final files to home-manager and add notice | |
| run_shellcheck.sh | Add gh action, git hook and evolve shellcheck | |
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.