Inspired by and borrowed from https://github.com/mathiasbynens/dotfiles
Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings. Use at your own risk!
You can clone the repository wherever you want (I like ~/dotfiles).
The bootstrapper script will pull in the latest version and copy the files to
your home folder.
git clone https://github.com/pixelhandler/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && source bootstrap.shTo update, cd into your local ~/.dotfiles repository and then:
source bootstrap.shAlternatively, to update while avoiding the confirmation prompt:
set -- -f; source bootstrap.shTo install these dotfiles without Git:
cd; curl -#L https://github.com/pixelhandler/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE.txt}To update later on, just run that command again.
The bin directory has some tools and scripts, e.g. z.sh and install
script for Homebrew, NVM, pyenv, etc.
When setting up a new Mac, you may want to install some common Homebrew formulae:
./bin/brew.sh