In this Github repo you can find a bunch of original bash scripts that I frequently use.
This repository is intended for me to learn about:
- Git:
- Bash:
You might find this an interesting read if you are a beginner in some of these areas since it may be useful to get an example of an starting path. Specially if you are a beginner with bash-scripting, it will be a nice excercise to try to reverse engineer these scripts.
What I'm doing is to use my personal computer for whatever and slowly automating some processes that I may find repetitive and/or tedious. After locating them, I try to solve them through a custom bash script, and then I make sure to add some aliases for using them.
I'm also managing this small Github repository to develop some dexterity with its tools.