mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-19 00:00:46 +01:00
Adds installation starting banner to setup script
This commit is contained in:
parent
f5ab4195dd
commit
8a9eb8a2ca
15
install.sh
15
install.sh
@ -1,6 +1,19 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "Starting the Dot File Install Script..."
|
||||
# Variables
|
||||
CYAN_BOLD='\033[1;96m'
|
||||
RED_BOLD='\033[1;31m'
|
||||
PLAIN_BOLD='\033[1;37m'
|
||||
|
||||
# Print Welcome Message
|
||||
printf "${CYAN_BOLD}"
|
||||
printf "╭──────────────────────╮\n"
|
||||
printf "│ "
|
||||
printf "${PLAIN_BOLD}"
|
||||
printf "Dotfile Setup Script "
|
||||
printf "${CYAN_BOLD}"
|
||||
printf "│\n"
|
||||
printf "╰──────────────────────╯\n"
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user