You need to install
- XCode from app store
- [Homebrew] (https://brew.sh/)
- [Dropbox] (https://www.dropbox.com)
You can clone the repository wherever you want. (I like to keep it in ~/projects/dotfiles
, with ~/dotfiles
as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.
git clone https://github.com/dzannotti/dotfiles.git && cd dotfiles && source bootstrap.sh
To install these dotfiles without Git:
cd; curl -#L https://github.com/dzannotti/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.
If ~/.path
exists, it will be sourced along with the other files, before any feature testing (such as detecting which version of ls
is being used) takes place.
Here’s an example ~/.path
file that adds /usr/local/bin
to the $PATH
:
export PATH="/usr/local/bin:$PATH"
./.macos
When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):
./brew.sh
- Alfred
- Chrome
- Chromme Canary
- Firefox
- Github Desktop
- [iTerm2] (https://www.iterm2.com/downloads.html)
- [Licecap] (http://www.cockos.com/licecap/)
- [Spectacle] (https://www.spectacleapp.com/)
- [Skype] (https://www.skype.com/en/download-skype/skype-for-mac/downloading/)
- [Slack] (https://slack.com/downloads/osx)
- [Visual Studio Code] (https://code.visualstudio.com/docs/?dv=osx)
- Fira Code
- This is an opinionated fork of https://github.com/mathiasbynens/dotfiles