-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathremote-setup.sh
More file actions
11 lines (11 loc) · 862 Bytes
/
remote-setup.sh
File metadata and controls
11 lines (11 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
echo -e "\x1b[36m ______ __ __ ______ __ __ __ "
echo -e "\x1b[32m/\x1b[36m\ __ \ \x1b[32m /\x1b[36m\ \_\ \ \x1b[32m /\x1b[36m\ __ \ \x1b[32m /\x1b[36m\ \_\ \ \x1b[32m /\x1b[36m\ \ "
echo -e "\x1b[32m\ \x1b[36m\ __ \ \x1b[32m \ \x1b[36m\ __ \ \x1b[32m \ \x1b[36m\ \\\\\x1b[32m/\x1b[36m\ \ \x1b[32m \ \x1b[36m\____ \ \x1b[32m \ \x1b[36m\_\ "
echo -e "\x1b[32m \ \x1b[36m\_\ \_\ \x1b[32m \ \x1b[36m\_\ \_\ \x1b[32m \ \x1b[36m\_____\ \x1b[32m \/\x1b[36m\_____\ \x1b[32m \/\x1b[36m\_\ "
echo -e "\x1b[32m \/_/\/_/ \/_/\/_/ \/_____/ \/_____/ \/_/ "
echo -e ""
echo "Installing dotfiles-server"
mkdir -p "$HOME/dotfiles-server" && \
curl -L https://github.com/0i0/dotfiles-server/tarball/master | tar -xzv -C ~/dotfiles-server --strip-components=1 --exclude='{.gitignore}'
. "$HOME/dotfiles-server/setup.sh"