Definitely hack the planet and emoji fixes
This commit is contained in:
parent
7ee473c9b6
commit
0806b4e134
@ -16,6 +16,9 @@ def autonomic(ctx):
|
|||||||
| _ | | | | __/ _ \| '_ \ / _ \| '_ ` _ \| |/ __|
|
| _ | | | | __/ _ \| '_ \ / _ \| '_ ` _ \| |/ __|
|
||||||
| | | | |_| | || (_) | | | | (_) | | | | | | | (__
|
| | | | |_| | || (_) | | | | (_) | | | | | | | (__
|
||||||
\_| |_/\__,_|\__\___/|_| |_|\___/|_| |_| |_|_|\___|
|
\_| |_/\__,_|\__\___/|_| |_|\___/|_| |_| |_|_|\___|
|
||||||
|
|
||||||
|
Hack the planet!
|
||||||
|
|
||||||
""" # noqa
|
""" # noqa
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@ -27,6 +27,9 @@ def init(ctx):
|
|||||||
install_dependencies()
|
install_dependencies()
|
||||||
ssh_sanity_check()
|
ssh_sanity_check()
|
||||||
|
|
||||||
|
msg = "Hack the planet! :earth_africa:"
|
||||||
|
log.success(emojize(msg, use_aliases=True))
|
||||||
|
|
||||||
|
|
||||||
def create_configuration_directory():
|
def create_configuration_directory():
|
||||||
"""Create toolbelt config directory."""
|
"""Create toolbelt config directory."""
|
||||||
@ -83,7 +86,7 @@ def install_dependencies():
|
|||||||
def ssh_sanity_check():
|
def ssh_sanity_check():
|
||||||
"""Try to recommend some SSH tips."""
|
"""Try to recommend some SSH tips."""
|
||||||
if not is_proc("ssh-agent"):
|
if not is_proc("ssh-agent"):
|
||||||
msg = "ssh-agent is not running :confounded:"
|
msg = "ssh-agent is not running :sob:"
|
||||||
log.warning(emojize(msg, use_aliases=True))
|
log.warning(emojize(msg, use_aliases=True))
|
||||||
else:
|
else:
|
||||||
msg = "ssh-agent is running :rocket:"
|
msg = "ssh-agent is running :rocket:"
|
||||||
|
Reference in New Issue
Block a user