Update git emojis and move Hawolex to contest
- Add git state emojis and branch wrapping - Move Hawolex to contest styles and update JSONs
This commit is contained in:
@@ -101,7 +101,6 @@ if [[ -t 0 ]]; then
|
||||
echo " 4) Valentine"
|
||||
echo " 5) Thanksgiving"
|
||||
echo " 6) New Year"
|
||||
echo " 7) Hawolex"
|
||||
read -r -p "Choose [1]: " holiday_pick
|
||||
case "${holiday_pick}" in
|
||||
2) holiday_choice="easter" ;;
|
||||
@@ -109,7 +108,6 @@ if [[ -t 0 ]]; then
|
||||
4) holiday_choice="valentine" ;;
|
||||
5) holiday_choice="thanksgiving" ;;
|
||||
6) holiday_choice="newyear" ;;
|
||||
7) holiday_choice="hawolex" ;;
|
||||
""|1) holiday_choice="christmas" ;;
|
||||
*) echo "Invalid choice, using christmas."; holiday_choice="christmas" ;;
|
||||
esac
|
||||
@@ -151,6 +149,8 @@ if [[ -t 0 ]]; then
|
||||
echo " Preview: [date time user] @host /path"
|
||||
echo " 6) Git - Minimal with git capsule"
|
||||
echo " Preview: [date time user] @host - /path (git)"
|
||||
echo " 7) Hawolex - Winter neon, tech icons"
|
||||
echo " Preview: [date time user] @host - /path"
|
||||
read -r -p "Choose style [1]: " style_pick
|
||||
case "${style_pick}" in
|
||||
2) style_choice="neon" ;;
|
||||
@@ -158,6 +158,7 @@ if [[ -t 0 ]]; then
|
||||
4) style_choice="circuit" ;;
|
||||
5) style_choice="mono" ;;
|
||||
6) style_choice="git" ;;
|
||||
7) style_choice="hawolex" ;;
|
||||
""|1) style_choice="aurora" ;;
|
||||
*) echo "Invalid choice, using aurora."; style_choice="aurora" ;;
|
||||
esac
|
||||
|
||||
@@ -77,7 +77,6 @@ if [[ -t 0 ]]; then
|
||||
echo " 4) Valentine"
|
||||
echo " 5) Thanksgiving"
|
||||
echo " 6) New Year"
|
||||
echo " 7) Hawolex"
|
||||
read -r -p "Choose [1]: " holiday_pick
|
||||
case "${holiday_pick}" in
|
||||
2) holiday_choice="easter" ;;
|
||||
@@ -85,7 +84,6 @@ if [[ -t 0 ]]; then
|
||||
4) holiday_choice="valentine" ;;
|
||||
5) holiday_choice="thanksgiving" ;;
|
||||
6) holiday_choice="newyear" ;;
|
||||
7) holiday_choice="hawolex" ;;
|
||||
""|1) holiday_choice="christmas" ;;
|
||||
*) echo "Invalid choice, using christmas."; holiday_choice="christmas" ;;
|
||||
esac
|
||||
@@ -127,6 +125,8 @@ if [[ -t 0 ]]; then
|
||||
echo " Preview: [date time user] @host /path"
|
||||
echo " 6) Git - Minimal with git capsule"
|
||||
echo " Preview: [date time user] @host - /path (git)"
|
||||
echo " 7) Hawolex - Winter neon, tech icons"
|
||||
echo " Preview: [date time user] @host - /path"
|
||||
read -r -p "Choose style [1]: " style_pick
|
||||
case "${style_pick}" in
|
||||
2) style_choice="neon" ;;
|
||||
@@ -134,6 +134,7 @@ if [[ -t 0 ]]; then
|
||||
4) style_choice="circuit" ;;
|
||||
5) style_choice="mono" ;;
|
||||
6) style_choice="git" ;;
|
||||
7) style_choice="hawolex" ;;
|
||||
""|1) style_choice="aurora" ;;
|
||||
*) echo "Invalid choice, using aurora."; style_choice="aurora" ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user