cd ~/projects
git clone git@github.com:Raynos/dotfilesThis will run the init.sh script in bash
which will set up a fresh ubuntu 14.04 machine
that doesn't have a copy of git installed yet.
wget -q -O - https://raw.githubusercontent.com/Raynos/dotfiles/master/init.sh 2>&1 | bash
# Add keys to github when prompted.
wget -q -O - https://raw.githubusercontent.com/Raynos/dotfiles/master/init.sh 2>&1 | bashUBUNTU ONLY
If your running ubuntu you can run
bash install.shto install all the dependencies
bash projects.shWill install a bunch of projects I work on onto a new machine so I can continue working on them.
UBUNTU ONLY
If your running ubunt you can run
bash ubuntu.shTo configure the unity GUI with better UI defaults
To copy all the files from ~/projects/dotfiles into ~
source bootstrap.sh- Mathias Bynens for his dotfiles!