added aliases script and root_git_highlight
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user