Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .osx: Remove old keyboard illumination settings | Mathias Bynens | 2014-03-04 | 1 | -5/+0 | |
| | | | | | | These commands don’t have any effect anymore in OS X 10.9. Closes #327. | |||||
* | .functions: Add `a` alias for `atom` | Christian Gärtner | 2014-03-04 | 1 | -0/+10 | |
| | | | | Closes #349. | |||||
* | Brewfile: explicitly list non-default taps | Mathias Bynens | 2014-03-03 | 1 | -5/+2 | |
| | ||||||
* | .osx: Make Dock more transparent | Cătălin Mariș | 2014-03-02 | 1 | -0/+3 | |
| | | | | Closes #346. | |||||
* | Brewfile: install `pv` (pipe viewer) | Mathias Bynens | 2014-03-02 | 1 | -0/+1 | |
| | | | | Hat tip: @chastell / http://talks.chastell.net/kodio-2014/#/39 | |||||
* | Brewfile: install `moreutils`, if only for `sponge` | Mathias Bynens | 2014-03-02 | 1 | -0/+2 | |
| | | | | Hat tip: @chastell / http://talks.chastell.net/kodio-2014/#/21 | |||||
* | .vimrc: Explicitly use the Molokai theme | Mathias Bynens | 2014-02-22 | 2 | -29/+95 | |
| | ||||||
* | Brewfile: Install ImageMagick with WebP support | Mathias Bynens | 2014-02-11 | 1 | -1/+1 | |
| | ||||||
* | .osx: Kill `cfprefsd` after changing preferences | Mathias Bynens | 2014-02-04 | 1 | -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 Bynens | 2014-01-19 | 1 | -0/+1 | |
| | ||||||
* | .osx: Support multiple `systemuiserver` pref files | Manpreet Singh | 2014-01-10 | 1 | -4/+6 | |
| | | | | Closes #319. | |||||
* | .functions: Make `np` remove `node_modules` | Sindre Sorhus | 2014-01-09 | 1 | -0/+1 | |
| | | | | | | This lets you catch cases where you forgot to add a dependency to `package.json`. Closes #321. | |||||
* | .aliases: Add `jsc` alias | Mathias Bynens | 2014-01-08 | 1 | -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 windows | Christopher Pelloux | 2014-01-02 | 1 | -0/+5 | |
| | | | | Closes #285. | |||||
* | README: Credit @kevinSuttle | Mathias Bynens | 2013-12-30 | 1 | -0/+1 | |
| | ||||||
* | .osx: Display Bluetooth icon in menu bar | Mathias Bynens | 2013-12-30 | 1 | -2/+6 | |
| | ||||||
* | .osx: Add Finder ‘Get Info’ settings | Mathias Bynens | 2013-12-18 | 1 | -0/+7 | |
| | ||||||
* | .osx: Add Activity Monitor settings | Mathias Bynens | 2013-12-18 | 1 | -3/+20 | |
| | ||||||
* | init: Tweak Sublime Text settings | Mathias Bynens | 2013-12-18 | 1 | -1/+4 | |
| | ||||||
* | .gitconfig: Add `dm` alias | Jarrett Drouillard | 2013-12-13 | 1 | -0/+2 | |
| | | | | | | `git dm` deletes local branches that have been merged with master. Closes #309. | |||||
* | .osx: Delete some old commands that no longer work | Mathias Bynens | 2013-12-09 | 1 | -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 Mavericks | Mathias Bynens | 2013-12-09 | 1 | -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 settings | Mathias Bynens | 2013-12-08 | 1 | -1/+2 | |
| | ||||||
* | bin: Make `httpcompression` prevent caching | Cătălin Mariș | 2013-12-08 | 1 | -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/commits | solygen | 2013-12-08 | 1 | -0/+8 | |
| | | | | Closes #304. | |||||
* | .osx: Hide Safari’s sidebar in Top Sites by default | Eugene Zhuk | 2013-12-04 | 1 | -0/+3 | |
| | | | | Closes #296. | |||||
* | README: Use `Brewfile` instead of `.brew` | Haralan Dobrev | 2013-11-27 | 1 | -1/+1 | |
| | | | | Closes #294. | |||||
* | .aliases: Improve `lsd` | Mat Lowery | 2013-11-26 | 1 | -1/+1 | |
| | | | | Ref. #292. | |||||
* | .gitconfig: Make `git rebase` safer on OS X | Mathias Bynens | 2013-11-26 | 1 | -0/+3 | |
| | | | | | | See <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>. Closes #291. | |||||
* | Use `Brewfile` now that Homebrew supports it | Mathias Bynens | 2013-11-25 | 2 | -53/+51 | |
| | | | | | https://github.com/mxcl/homebrew/blob/master/Library/Contributions/cmd/brew-bundle.rb https://coderwall.com/p/afmnbq | |||||
* | .aliases: Add `npme` | Sindre Sorhus | 2013-11-18 | 1 | -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 gems | Amber | 2013-11-13 | 1 | -1/+1 | |
| | | | | Closes #282. | |||||
* | .aliases: Add `reload` | gregstallings | 2013-11-05 | 1 | -0/+3 | |
| | | | | | | `reload` invokes the shell as a login shell, which essentially reloads it. Closes #247. | |||||
* | .osx: Disable smart quotes and dashes | Mathias Bynens | 2013-11-05 | 1 | -0/+6 | |
| | ||||||
* | README: Document the `.cask` file | Haralan Dobrev | 2013-11-04 | 1 | -0/+8 | |
| | | | | Closes #280. | |||||
* | .aliases: Add `afk` to lock the screen | gregstallings | 2013-11-04 | 1 | -0/+3 | |
| | | | | Closes #258. | |||||
* | .osx: Don’t `kill` Dashboard | Cătălin Mariș | 2013-11-04 | 1 | -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 commands | Mathias Bynens | 2013-11-02 | 1 | -5/+0 | |
| | | | | | | If anyone knows how to make this work, please let me or @necolas know! Ref. #171. | |||||
* | .osx: Add SSD-specific tweaks | Mathias Bynens | 2013-11-02 | 1 | -0/+20 | |
| | | | | Source: http://forums.macrumors.com/showthread.php?t=1505922 | |||||
* | README: Update link to Lauri Ranta’s resources | Mathias Bynens | 2013-11-02 | 1 | -1/+1 | |
| | ||||||
* | .osx: Don’t prompt when quitting iTerm | Mathias Bynens | 2013-11-01 | 1 | -1/+4 | |
| | ||||||
* | .aliases: Lowercase `projects` dir | Mathias Bynens | 2013-11-01 | 1 | -1/+1 | |
| | ||||||
* | .osx: Rename computer name | Mathias Bynens | 2013-10-31 | 1 | -4/+4 | |
| | ||||||
* | init: Install Sublime Text settings | Mathias Bynens | 2013-10-31 | 2 | -0/+43 | |
| | | | | Closes #275. | |||||
* | init: Add iTerm colors | Mathias Bynens | 2013-10-31 | 2 | -0/+217 | |
| | | | | Closes #274. | |||||
* | .osx: Minimize windows into their application’s icon | Vincent Klaiber | 2013-10-30 | 1 | -0/+3 | |
| | | | | Closes #271. | |||||
* | Make `.cask` executable | Mathias Bynens | 2013-10-30 | 1 | -0/+0 | |
| | ||||||
* | .aliases: Improve `ips` | Chen Cohen | 2013-10-30 | 1 | -1/+1 | |
| | | | | Ref. #268 and #269. | |||||
* | .osx: Suppress error messages when running `~/.osx` twice | Mathias Bynens | 2013-10-27 | 1 | -6/+6 | |
| | | | | Closes #266. | |||||
* | .osx: Stop iTunes from responding to the keyboard media keys | Erwann Mest | 2013-10-26 | 1 | -0/+3 | |
| | | | | | | Commented out, as I actually use these keys. Closes #265. |