-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinstall
27 lines (20 loc) · 1.15 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/functions.sh
# Create your here: http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20
msg ' __ __ __ __ _____ ______ ______ ______ __ __ ______ ______ '
msg '/\ "-./ \ /\ \_\ \ /\ __-. /\ __ \ /\__ _\ /\ ___\ /\ \ /\ \ /\ ___\ /\ ___\ '
msg '\ \ \-./\ \ \ \____ \ \ \ \/\ \ \ \ \/\ \ \/_/\ \/ \ \ __\ \ \ \ \ \ \____ \ \ __\ \ \___ \ '
msg ' \ \_\ \ \_\ \/\_____\ \ \____- \ \_____\ \ \_\ \ \_\ \ \_\ \ \_____\ \ \_____\ \/\_____\ '
msg ' \/_/ \/_/ \/_____/ \/____/ \/_____/ \/_/ \/_/ \/_/ \/_____/ \/_____/ \/_____/ '
msg ' '
OSX=$(test "`uname`" == "Darwin" && echo "x")
if [[ -d "$HOME/Dropbox/labs/dotfiles" ]]; then
msg_checking "Checking dotfiles directory"
else
msg_install "Cloning" "[email protected]:davidsonfellipe/dotfiles.git"
git clone [email protected]:davidsonfellipe/dotfiles.git $HOME/dotfiles
msg_ok "OK"
fi
sh brew/global.sh
sh common/dotfiles.sh
sh node/global.sh