We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174c1b0 commit 3775c60Copy full SHA for 3775c60
1 file changed
install.sh
@@ -0,0 +1,17 @@
1
+#!/bin/bash
2
+
3
+source common/functions.sh
4
5
+# Create your here: http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20
6
+msg ' _____ ______ ______ ______ __ __ ______ ______ '
7
+msg ' /\ __-. /\ __ \ /\__ _\ /\ ___\ /\ \ /\ \ /\ ___\ /\ ___\ '
8
+msg ' \ \ \/\ \ \ \ \/\ \ \/_/\ \/ \ \ __\ \ \ \ \ \ \____ \ \ __\ \ \___ \ '
9
+msg ' \ \____- \ \_____\ \ \_\ \ \_\ \ \_\ \ \_____\ \ \_____\ \/\_____\ '
10
+msg ' \/____/ \/_____/ \/_/ \/_/ \/_/ \/_____/ \/_____/ \/_____/ '
11
+msg ' '
12
13
+msg_install "Cloning" "git@github.com:brazilian-dev/dotfiles.git"
14
+git clone git@github.com:brazilian-dev/dotfiles.git $HOME/dotfiles
15
+ok "OK"
16
17
+sh common/dotfiles.sh
0 commit comments