- GitHub - awesome-lists/awesome-bash: A curated list of delightful Bash scripts and resources.
- Bash-it/bash-it
- BASH Programming - Introduction HOW-TO: Variables
- Writing Good Bash Scripts
- Linux Fu: Better Bash Scripting | Hackaday
- 💻 My Linux desktop environment (2021 update)
- store the script in
/opt/bash-script/
add it to environment variable path - make script exucatble
chmod +x <filename.sh>
- add
alias
to.bash_aliases
editor_export.sh
this used for setEDITOR
env
add this to .bash_profile
to obtaining the export
if [[ -f ~/.editor_export.sh ]]; then
command source ~/.editor_export.sh
fi
merge_search.sh
The user can view notes that have been commented in the configuration file by merging the relevant configuration files together.