Skip to content

Commit 3775c60

Browse files
committed
add: install
1 parent 174c1b0 commit 3775c60

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

install.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)