cd ~/projects
git clone [email protected]:Raynos/dotfiles
This 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 | bash
UBUNTU ONLY
If your running ubuntu you can run
bash install.sh
to install all the dependencies
bash projects.sh
Will 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.sh
To 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!