.files, sensible hacker defaults for OS X. If you're curious how to setup your own dotfiles, please visit Mathias Bynens's dotfiles and Mike McQuaid's strap project to learn more.
This is the installation guide to setup these dotfiles on a new OS X system.
git clone git@github.com:mesingh/dotfiles.git
cd dotfiles
./bin/start.sh # or ./bin/start.sh --debug for more debugging output
Restart the computer and live happily ever after.
The guide on how to keep your dotfiles in sync and up to date with the latest changes.
cd dotfiles
git pull
source bin/update.sh
This is a checklist of things to do before resetting the disk.
- Export
Transmit.app
,Sequel Pro.app
favorites to Dropbox. - Check all GIT repositories for uncommitted changes.
- Save latest
PhpStorm.app
settings. - Reconsider all applications, binaries and tools in
scripts
.
The dotfiles repository is licensed under The MIT License (MIT).
- [] Set SSH files
- [] Install the following apps from App Store:
- [] Amphetamine
- [] Spark
- [] HP Smart for Desktop
- [] Numbers
- [] Keynote
- [] Pages
- [] iMovie
- [] Memory Clean 2
- [] Clean
- [] Xcode
- [] Safari Extensions
- [] SimplyJSON
- [] Night Eye
- [] Grammarly
- [] Pipifier
- [] Honey
- [] Work Related Apps (May or may note be needed)
- [] Jira Cloud
- [] Trello
- [] Install the following apps from given urls:
- [] Change the following settings in iTerm
- [] iTerm2 → Preferences → Profiles → Text → Change Font to Meslo and set Size to 14
- [] iTerm2 → Preferences → Profiles → Text
- [] → Cursor : ✓ Vertical Bar
- [] → Blinking cursor : ✓ ON
- [] iTerm → Preferences → Profiles → Keys → Load Preset… → Natural Text Editing
- [] iTerm2 → Preferences → Profiles → General → Set Working Directory to Reuse previous session's directory
Run the following command to automated system take care of the rest: