added aliases script and root_git_highlight

This commit is contained in:
Simone Cusano
2026-07-19 14:02:41 +01:00
parent fab6b7045f
commit 7730f62cde
4 changed files with 74 additions and 3 deletions

View File

@@ -140,7 +140,9 @@ echo "[ Installing default scripts... ]"
default_scripts=(
"00_default.sh"
"01_git-cli-highlitgh.sh"
"02_bashboard.sh"
"02_git-cli-highlitgh-root.sh"
"03_bashboard.sh"
"04_aliases"
)
for script in "${default_scripts[@]}"; do
@@ -160,6 +162,7 @@ done
source ~/.bashrc
echo "[ Bashrc reloaded ]"
pause
# ========================
# FINAL MESSAGE
# ========================
@@ -178,5 +181,3 @@ echo ""
echo "##################################"
echo " Thanks for using this script! "
echo "##################################"
pause