Skip to content

Commit

Permalink
remove cowsay banner cli cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Miller committed Dec 31, 2021
1 parent 5f5bc58 commit a599876
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,21 @@ func pimpMyShell(osType string, dirs *localio.Directories, installedPackages *lo

fmt.Println("To Customize Powerlevel10k Theme, Run")
fmt.Println("p10k configure")
if err := localio.RunCommandPipeOutput("cowsay -f eyes \"See you Space Cowboy\""); err != nil {
return err
}
fmt.Println(`
______________________
< See you >
----------------------
\
\
.::!!!!!!!:.
.!!!!!:. .:!!!!!!!!!!!!
~~~~!!!!!!. .:!!!!!!!!!UWWW$$$
:$$NWX!!: .:!!!!!!XUWW$$$$$$$$$P
$$$$$##WX!: .<!!!!UW$$$$" $$$$$$$$#
$$$$$ $$$UX :!!UW$$$$$$$$$ 4$$$$$*
^$$$B $$$$\ $$$$$$$$$$$$ d$$R"
"*$bd$$$$ '*$$$$$$$$$$$o+#"
"""" """""""`)

if err := tmux.StartTMUX(); err != nil {
return err
Expand Down

0 comments on commit a599876

Please sign in to comment.