Skip to content

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

License

Notifications You must be signed in to change notification settings

sephlietz/dotfiles

 
 

Repository files navigation

Forked from https://github.com/mathiasbynens/dotfiles.

Installation

Oh My Zsh

See https://ohmyz.sh.

Using Git and the bootstrap script

Clone the repository. The bootstrapper script will pull in the latest version and copy the files to your home folder.

cd ~/Projects && git clone https://github.com/sephlietz/dotfiles.git && cd dotfiles && source bootstrap.sh
cd ~/Projects/dotfiles && source bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

cd ~/Projects/dotfiles && set -- -f; source bootstrap.sh

Git-free install

To install these dotfiles without Git:

cd; curl -#L https://github.com/sephlietz/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE-MIT.txt}

To update later on, just run that command again.

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 some common Homebrew formulae (after installing Homebrew, of course):

./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

Languages

  • Vim Script 78.1%
  • Shell 21.9%