Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .osx: Don’t show hidden files by default | Mathias Bynens | 2014-05-01 | 1 | -1/+1 |
| | | | | Most of the time I don’t need it, and when I do, I can temporarily enable it using the `show` alias, and revert it using the `hide` alias. | ||||
* | Brewfile: Install PHP 5.5 with GMP support | Mathias Bynens | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | Brewfile: Install `ucspi-tcp`, if only for `tcpserver` | Mathias Bynens | 2014-04-27 | 1 | -0/+1 |
| | |||||
* | .osx: Don’t reset the desktop wallpaper when resetting Launchpad | Nick Budidharma | 2014-04-27 | 1 | -2/+2 |
| | | | | | | Files like `530142A0-6AEC-4921-A3A7-7C2B72FFF6E3.db` and `desktoppicture.db` exist in `~/Library/Application\ Support/Dock`, so let’s add a `-` with a wildcard `*` to both sides to ensure we don’t delete `desktoppicture.db` and reset the desktop wallpaper. Closes #370. | ||||
* | Brewfile: Install `xpdf`, if only for `pdfinfo` | Mathias Bynens | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | .functions: Make `gi` accept any number of arguments | Cătălin Mariș | 2014-04-15 | 1 | -2/+1 |
| | | | | Closes #367. | ||||
* | Brewfile: Install some more useful tools | Mathias Bynens | 2014-04-15 | 1 | -2/+5 |
| | |||||
* | Brewfile: Install GNU `sed` | Mathias Bynens | 2014-04-14 | 1 | -1/+3 |
| | |||||
* | Install casks via Caskfile | Haralan Dobrev | 2014-04-07 | 4 | -27/+28 |
| | | | | | | `brew bundle` can now be used for casks as well. Closes #365. | ||||
* | .osx: Update iOS Simulator symlink | Mathias Bynens | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | .aliases: Use `en0` for `localip` | Mathias Bynens | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | .osx: Add ExpandedStateFor* variants for OS X 10.9 | Mathias Bynens | 2014-03-22 | 1 | -0/+2 |
| | | | | Closes #361. | ||||
* | .exports: Explicitly use UTF-8 even for `LANG` | Mathias Bynens | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | .osx: Comment computer name settings | Mathias Bynens | 2014-03-06 | 1 | -4/+4 |
| | | | | It’s good to have these commands here as a reference, but it’s annoying when running `.osx` on multiple computers in the same network. | ||||
* | .osx: Remove “disable opening and closing window animations” | Mathias Bynens | 2014-03-06 | 1 | -3/+0 |
| | | | | | | Sadly, this doesn’t work anymore in OS X 10.9. Closes #270. | ||||
* | .osx: Change minimize/maximize window effect | Cătălin Mariș | 2014-03-06 | 1 | -0/+3 |
| | | | | | | By default, OS X Mavericks uses the annoying `genie` effect whenever windows are minimized/maximized. This commit changes that preference and makes OS X use the more tolerable `scale` effect. Closes #355. Ref. #270. | ||||
* | .osx: Allow installing Chrome user scripts via GitHub Gist or Userscripts.org | Mathias Bynens | 2014-03-05 | 1 | -3/+3 |
| | |||||
* | .cask: Add Opera, Opera Developer and Opera Next | Cătălin Mariș | 2014-03-05 | 1 | -2/+5 |
| | | | | Closes #348. | ||||
* | .osx: Add missing value | Cătălin Mariș | 2014-03-05 | 1 | -1/+1 |
| | | | | | | | | In order to properly overwrite the `key` of a `domain`, `defaults` needs to be provided with a valid `value` for the `key`: `defaults write <domain> <key> <value>` Closes #350. | ||||
* | .gitconfig: Explicitly disable `indent-with-non-tab` | Luveen Rupchand Wadhwani | 2014-03-05 | 1 | -3/+2 |
| | | | | | | | | Don’t use `indent-with-non-tab`. This config flag is PERNICIOUS. If turned on, Git won’t tell you that you indented your code incorrectly. Instead, when it is pushing your changes to your remote repo, Git will silently convert any consecutive 8-space strings it sees into tab characters. This can be highly undesirable, especially if you collaborate with a team that expects the code to be indented using spaces instead of tabs. At the very least, the comment above this line should very clearly explain the fact that `indent-with-non-tab` does more than advertised in the `git-config man page (https://www.kernel.org/pub/software/scm/git/docs/git-config.html). Closes #351. | ||||
* | .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 |