summaryrefslogtreecommitdiff
path: root/roles/zsh/templates/banner.chaos-at-home.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-16 00:04:25 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-16 00:04:25 +0100
commit8001a45d2412721edf2dcfd3f24a4a5e0f1e9ffd (patch)
tree53f997068ba05aae9f18cf7d070e2fc0399bd2ba /roles/zsh/templates/banner.chaos-at-home.j2
parentrename k8s-test-master to k8s-test2 (diff)
added zsh banner
Diffstat (limited to 'roles/zsh/templates/banner.chaos-at-home.j2')
-rw-r--r--roles/zsh/templates/banner.chaos-at-home.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/zsh/templates/banner.chaos-at-home.j2 b/roles/zsh/templates/banner.chaos-at-home.j2
new file mode 100644
index 00000000..61b6f794
--- /dev/null
+++ b/roles/zsh/templates/banner.chaos-at-home.j2
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+echo -e ""
+echo -e " ██████╗██╗ ██╗ █████╗ ██████╗ ███████╗ ██████╗ ██╗ ██╗ ██████╗ ███╗ ███╗███████╗"
+echo -e " ██╔════╝██║ ██║██╔══██╗██╔═══██╗██╔════╝ ██╔═══██╗ ██║ ██║██╔═══██╗████╗ ████║██╔════╝"
+echo -e " ██║ ███████║███████║██║ ██║███████╗ ██║██╗██║ ███████║██║ ██║██╔████╔██║█████╗ "
+echo -e " ██║ ██╔══██║██╔══██║██║ ██║╚════██║ ██║██║██║ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ "
+echo -e " ╚██████╗██║ ██║██║ ██║╚██████╔╝███████║ ╚█║████╔╝ ██║ ██║╚██████╔╝██║ ╚═╝ ██║███████╗"
+echo -e " ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚╝╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝"
+echo -e ""
+echo -en "\033[1m {{ host_name | upper | join(' ') }} \033[0m"
+echo -e "\n"
+uptime