-
Notifications
You must be signed in to change notification settings - Fork 1
/
install
executable file
·27 lines (19 loc) · 1.03 KB
/
install
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
source common/clear.sh
source common/functions.sh
# Create your here: http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20
print ' _______ ______ ________ ________ ______ __ ________ ______ '
print '/ \ / \ / |/ |/ |/ | / | / \ '
print '$$$$$$$ |/$$$$$$ |$$$$$$$$/ $$$$$$$$/ $$$$$$/ $$ | $$$$$$$$/ /$$$$$$ |'
print '$$ | $$ |$$ | $$ | $$ | $$ |__ $$ | $$ | $$ |__ $$ \__$$/ '
print '$$ | $$ |$$ | $$ | $$ | $$ | $$ | $$ | $$ | $$ \ '
print '$$ | $$ |$$ | $$ | $$ | $$$$$/ $$ | $$ | $$$$$/ $$$$$$ |'
print '$$ |__$$ |$$ \__$$ | $$ | $$ | _$$ |_ $$ |_____ $$ |_____ / \__$$ |'
print '$$ $$/ $$ $$/ $$ | $$ | / $$ |$$ |$$ |$$ $$/ '
print '$$$$$$$/ $$$$$$/ $$/ $$/ $$$$$$/ $$$$$$$$/ $$$$$$$$/ $$$$$$/ '
print ''
bash osx/global.sh
bash brew/global.sh
bash ruby/global.sh
bash node/global.sh
bash osx/dotfiles.sh