1
0
Fork
You've already forked bashscripts
0
My bash profile and scripts.
  • Shell 100%
Giovanni Bassi dd83a4bcfe
All checks were successful
Build / Build (push) Successful in 13s
Move final files to home-manager and add notice
2026年05月12日 16:55:50 -03:00
.forgejo/workflows Move actions to forgejo/codeberg and add notice on readme 2026年02月03日 15:58:33 -03:00
.githooks/pre-commit Add one more condition to shellcheck git hook 2024年06月01日 15:12:58 -03:00
.bashrc Use find in posix compliant way 2025年01月07日 15:36:24 -03:00
.editorconfig Add gh action, git hook and evolve shellcheck 2024年01月23日 20:17:40 -03:00
.gitattributes Add .gitattributes 2022年06月29日 19:34:04 -03:00
.gitignore Remove bash-it 2022年06月30日 20:07:38 -03:00
.shellcheckrc Fix shellchecks 2023年11月04日 23:37:48 -03:00
LICENSE Move license from Apache 2 to MIT 2026年02月03日 21:55:22 -03:00
README.md Move final files to home-manager and add notice 2026年05月12日 16:55:50 -03:00
run_shellcheck.sh Add gh action, git hook and evolve shellcheck 2024年01月23日 20:17:40 -03:00

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 ~/.bashrc or ~/.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

Giovanni Bassi

License

Licensed under the MIT license.