mirror of https://github.com/tildeclub/welcome.git
parent
a905e6e238
commit
2d73fb6ca7
|
@ -14,9 +14,9 @@ prompt = TTY::Prompt.new
|
||||||
system "clear"
|
system "clear"
|
||||||
|
|
||||||
# welcome
|
# welcome
|
||||||
system "figlet -f slant tilde.team"
|
system "figlet -f slant tilde.club"
|
||||||
puts
|
puts
|
||||||
puts "welcome to tilde.team!!"
|
puts "welcome to tilde.club!!"
|
||||||
puts
|
puts
|
||||||
puts "we're glad you're here!"
|
puts "we're glad you're here!"
|
||||||
puts "let's walk through some basic questions to get you set up"
|
puts "let's walk through some basic questions to get you set up"
|
||||||
|
@ -97,14 +97,13 @@ open("#{Dir.home}/.pronouns", "w") { |f| f.puts pronouns }
|
||||||
|
|
||||||
# welcome completed
|
# welcome completed
|
||||||
sep
|
sep
|
||||||
puts "welcome to the ~team!"
|
puts "welcome to the ~club!"
|
||||||
puts
|
puts
|
||||||
puts "please come stop by chat when you get a chance by running the 'chat' command" unless enable_byobu
|
puts "please come stop by chat when you get a chance by running the 'chat' command" unless enable_byobu
|
||||||
puts "we're happy to help as needed and get you any information you're looking for"
|
puts "we're happy to help as needed and get you any information you're looking for"
|
||||||
puts "have a look at our wiki: https://tilde.team/wiki/ (ctrl-click will let you open that from here)"
|
puts "have a look at our wiki: https://tilde.club/wiki/ (ctrl-click will let you open that from here)"
|
||||||
File.delete("#{Env.home}/.new_user")
|
File.delete("#{Env.home}/.new_user")
|
||||||
|
|
||||||
if enable_byobu
|
if enable_byobu
|
||||||
exec "byobu"
|
exec "byobu"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue