aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .vimrc: Explicitly use the Molokai themeMathias Bynens2014-02-222-29/+95
|
* Brewfile: Install ImageMagick with WebP supportMathias Bynens2014-02-111-1/+1
|
* .osx: Kill `cfprefsd` after changing preferencesMathias Bynens2014-02-041-3/+3
| | | | | | As of OS X 10.9 this is necessary to make sure the changes persist. Closes #330.
* Brewfile: Install `p7zip` (i.e. `7z` etc.)Mathias Bynens2014-01-191-0/+1
|
* .osx: Support multiple `systemuiserver` pref filesManpreet Singh2014-01-101-4/+6
| | | | Closes #319.
* .functions: Make `np` remove `node_modules`Sindre Sorhus2014-01-091-0/+1
| | | | | | This lets you catch cases where you forgot to add a dependency to `package.json`. Closes #321.
* .aliases: Add `jsc` aliasMathias Bynens2014-01-081-0/+5
| | | | | | Useful for testing code in JavaScriptCore. Hat tip: https://twitter.com/RussB/status/420409644117262336 (via @rauschma)
* .osx: Set Desktop as the default location for new Finder windowsChristopher Pelloux2014-01-021-0/+5
| | | | Closes #285.
* README: Credit @kevinSuttleMathias Bynens2013-12-301-0/+1
|
* .osx: Display Bluetooth icon in menu barMathias Bynens2013-12-301-2/+6
|
* .osx: Add Finder ‘Get Info’ settingsMathias Bynens2013-12-181-0/+7
|
* .osx: Add Activity Monitor settingsMathias Bynens2013-12-181-3/+20
|
* init: Tweak Sublime Text settingsMathias Bynens2013-12-181-1/+4
|
* .gitconfig: Add `dm` aliasJarrett Drouillard2013-12-131-0/+2
| | | | | | `git dm` deletes local branches that have been merged with master. Closes #309.
* .osx: Delete some old commands that no longer workMathias Bynens2013-12-091-4/+0
| | | | | | These commands only work on outdated versions of OS X. Ref. #305.
* .osx: Hide some menu bar icons in OS X 10.9 MavericksMathias Bynens2013-12-091-3/+7
| | | | | | | Kudos to @kevinSuttle for finding the appropriate `plist` file! https://github.com/mathiasbynens/dotfiles/issues/305#issuecomment-30102827 Ref. #305.
* init: Fix typo in Sublime Text settingsMathias Bynens2013-12-081-1/+2
|
* bin: Make `httpcompression` prevent cachingCătălin Mariș2013-12-081-6/+20
| | | | | | | | | | | In some cases, intermediate proxies ignore the `Content-Encoding` header altogether. Sending `Cache-Control no-cache` as a request header solves this problem by forcing validation of the resources in the intermediate proxies, thereby, ensuring that every request is fetched from the origin server. Ref. alrra/dotfiles#2. Closes #308.
* .gitconfig: Add aliases to find branches/tags/commitssolygen2013-12-081-0/+8
| | | | Closes #304.
* .osx: Hide Safari’s sidebar in Top Sites by defaultEugene Zhuk2013-12-041-0/+3
| | | | Closes #296.
* README: Use `Brewfile` instead of `.brew`Haralan Dobrev2013-11-271-1/+1
| | | | Closes #294.
* .aliases: Improve `lsd`Mat Lowery2013-11-261-1/+1
| | | | Ref. #292.
* .gitconfig: Make `git rebase` safer on OS XMathias Bynens2013-11-261-0/+3
| | | | | | See <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>. Closes #291.
* Use `Brewfile` now that Homebrew supports itMathias Bynens2013-11-252-53/+51
| | | | | https://github.com/mxcl/homebrew/blob/master/Library/Contributions/cmd/brew-bundle.rb https://coderwall.com/p/afmnbq
* .aliases: Add `npme`Sindre Sorhus2013-11-181-0/+3
| | | | | | `npme` is like `npm` except it uses a registry located in Europe, causing it to be much faster for Europeans. See <http://npmjs.eu/> for more information. Closes #284.
* .aliases: Update RubyGems before updating installed gemsAmber2013-11-131-1/+1
| | | | Closes #282.
* .aliases: Add `reload`gregstallings2013-11-051-0/+3
| | | | | | `reload` invokes the shell as a login shell, which essentially reloads it. Closes #247.
* .osx: Disable smart quotes and dashesMathias Bynens2013-11-051-0/+6
|
* README: Document the `.cask` fileHaralan Dobrev2013-11-041-0/+8
| | | | Closes #280.
* .aliases: Add `afk` to lock the screengregstallings2013-11-041-0/+3
| | | | Closes #258.
* .osx: Don’t `kill` DashboardCătălin Mariș2013-11-041-3/+3
| | | | | | `killall Dashboard` doesn’t actually do anything. To apply the changes for Dashboard, `killall Dock` is enough as Dock is Dashboard’s parent process. Closes #277.
* .osx: Remove broken three-finger swipe commandsMathias Bynens2013-11-021-5/+0
| | | | | | If anyone knows how to make this work, please let me or @necolas know! Ref. #171.
* .osx: Add SSD-specific tweaksMathias Bynens2013-11-021-0/+20
| | | | Source: http://forums.macrumors.com/showthread.php?t=1505922
* README: Update link to Lauri Ranta’s resourcesMathias Bynens2013-11-021-1/+1
|
* .osx: Don’t prompt when quitting iTermMathias Bynens2013-11-011-1/+4
|
* .aliases: Lowercase `projects` dirMathias Bynens2013-11-011-1/+1
|
* .osx: Rename computer nameMathias Bynens2013-10-311-4/+4
|
* init: Install Sublime Text settingsMathias Bynens2013-10-312-0/+43
| | | | Closes #275.
* init: Add iTerm colorsMathias Bynens2013-10-312-0/+217
| | | | Closes #274.
* .osx: Minimize windows into their application’s iconVincent Klaiber2013-10-301-0/+3
| | | | Closes #271.
* Make `.cask` executableMathias Bynens2013-10-301-0/+0
|
* .aliases: Improve `ips`Chen Cohen2013-10-301-1/+1
| | | | Ref. #268 and #269.
* .osx: Suppress error messages when running `~/.osx` twiceMathias Bynens2013-10-271-6/+6
| | | | Closes #266.
* .osx: Stop iTunes from responding to the keyboard media keysErwann Mest2013-10-261-0/+3
| | | | | | Commented out, as I actually use these keys. Closes #265.
* .osx: Disable automatic spell checking in Mail.appMathias Bynens2013-10-251-0/+3
|
* .osx: Disable inline attachments in MailMathias Bynens2013-10-241-0/+3
| | | | Thanks to Christophe Platteeuw via Twitter: https://twitter.com/cplatteeuw/status/393465401310318592
* .osx: Make coding style more consistentMathias Bynens2013-10-241-5/+5
|
* .osx: Remove old iTunes commandsMathias Bynens2013-10-241-20/+1
| | | | They only applied to iTunes 10 and older anyway.
* .osx: Add threaded email display settings for Mail.appMathias Bynens2013-10-231-0/+5
|
* .brew: Move casks to their own fileMathias Bynens2013-10-232-24/+23
|