Created
May 6, 2014 17:21
-
-
Save pry0cc/14418a8f23a92893c851 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd ~/.i3/ | |
clear | |
echo "Hello! This script will install my i3 config, and my conky config." | |
echo "Press enter to continue, CTRL-C to exit" | |
read | |
sleep 0.2 | |
echo "Downloading i3 config" | |
wget -O config https://gist.githubusercontent.com/mrkernalpanic/e634e3d815df3990d40a/raw/config | |
echo "Complete..." | |
echo "Downloading Conky Conponents..." | |
echo "Downloading Conky JSON Wrapper..." | |
wget -O conky https://gist.githubusercontent.com/mrkernalpanic/1bd62d86a7fcc2d8ccf0/raw/conky | |
echo "Making Executable - Enter password if prompted" | |
chmod +x conky | |
echo "Downloading conk config..." | |
wget -O conkyrc https://gist.githubusercontent.com/mrkernalpanic/04dc883537b2da4f2b34/raw/conkyrc | |
echo "You should be all good to go ;) Log out, with shift+windowskey+e" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment