Skip to content

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

License

Notifications You must be signed in to change notification settings

unicodeveloper/dotfiles

Repository files navigation

Inspired by Simon's dotfiles which was forked from Paul Irish.

Fork at your discretion to continue the forking process. Adapted for Oh-My-Zsh! 😄

Installation

Using Git and the bootstrap script

  • git clone https://github.com/busayo/dotfiles.git ~/.dotfiles
  • cd ~/.dotfiles
  • source bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

set -- -f; source bootstrap.sh

The install script will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles, though. All files and folders ending in .symlink get, you guessed it, symlinked. For example: ~/.dotfiles/vim/vimrc.symlink gets symlinked to ~/.vimrc.

Git-free install

To install these dotfiles without Git:

cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master | tar -xzv --strip-components 1

Sensible OS X defaults

When setting up a new Mac, you may want to set some sensible OS X defaults:

./.osx

Install Homebrew formulae

When setting up a new Mac, you may want to install Homebrew and some common formula:

source brew.sh

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published