Skip to content

.files, including ~/.osx — sensible hacker defaults for OS X

Notifications You must be signed in to change notification settings

Raynos/dotfiles

 
 

Repository files navigation

Raynos dotfiles

Installation

Clone

cd ~/projects
git clone [email protected]:Raynos/dotfiles

Fresh Clone

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

Install (optional)

UBUNTU ONLY

If your running ubuntu you can run

bash install.sh

to install all the dependencies

Fetching projects (optional)

bash projects.sh

Will install a bunch of projects I work on onto a new machine so I can continue working on them.

Ubuntu setup (optional)

UBUNTU ONLY

If your running ubunt you can run

bash ubuntu.sh

To configure the unity GUI with better UI defaults

Bootstrap

To copy all the files from ~/projects/dotfiles into ~

source bootstrap.sh

Thanks to…

  • Mathias Bynens for his dotfiles!

About

.files, including ~/.osx — sensible hacker defaults for OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.1%
  • Perl 33.1%
  • JavaScript 1.5%
  • Other 0.3%