diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-31 23:12:36 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-31 23:12:36 +0200 |
commit | 3a2319c9c58886a7938deabafc66ad4bc128c9f8 (patch) | |
tree | 222b41b5b49633b9156c070df830d5c73617edd7 /roles/core/zsh/templates/banner.lendwirbel.j2 | |
parent | chaos-at-home: deploy apt-repo/base to some more hosts (diff) |
move core roles to subdir
Diffstat (limited to 'roles/core/zsh/templates/banner.lendwirbel.j2')
-rw-r--r-- | roles/core/zsh/templates/banner.lendwirbel.j2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/core/zsh/templates/banner.lendwirbel.j2 b/roles/core/zsh/templates/banner.lendwirbel.j2 new file mode 100644 index 00000000..f0aba5b5 --- /dev/null +++ b/roles/core/zsh/templates/banner.lendwirbel.j2 @@ -0,0 +1,20 @@ +#!{{ zsh_banner_shell }} + +echo -e "" +echo -e " \033[0;37m██ ▟█████▙ █▙ ██ █████▙ \033[0m" +echo -e " \033[0;37m██ ███████ ██▙ ██ ██████ \033[0m" +echo -e " \033[0;37m██ ███████ ███▙██ ██████ \033[0m" +echo -e " \033[0;37m██ ██ ██▜███ ██████ \033[0m" +echo -e " \033[0;37m██ ██ ██ ██ ▜██ ██████ \033[0m" +echo -e " \033[0;37m█████ ▜█████▛ ██ ▜█ █████▛ \033[0m" +echo -e " \033[0;37m \033[0m" +echo -e " \033[0;37m██ ██ █████▙ █████▙ ██ \033[0m" +echo -e " \033[0;37m██ █ ██ ██████ ██████ ██ \033[0m" +echo -e " \033[0;37m██ ███ ██ █████▛ █████▌ ██ \033[0m" +echo -e " \033[0;37m████▀████ ██▜█▙ ██████ ██ \033[0m" +echo -e " \033[0;37m████ ████ ██ ▜█▙ ██████ ██ \033[0m" +echo -e " \033[0;37m ██ ██ ██ ▜█▙ █████▛ █████\033[0m" +echo -e "" +echo -en "\033[1m {{ host_name | upper | join(' ') }} \033[0m" +echo -e "\n" +uptime |