aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .osx: Add ExpandedStateFor* variants for OS X 10.9Mathias Bynens2014-03-221-0/+2
| | | | Closes #361.
* .exports: Explicitly use UTF-8 even for `LANG`Mathias Bynens2014-03-211-1/+1
|
* .osx: Comment computer name settingsMathias Bynens2014-03-061-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 Bynens2014-03-061-3/+0
| | | | | | Sadly, this doesn’t work anymore in OS X 10.9. Closes #270.
* .osx: Change minimize/maximize window effectCătălin Mariș2014-03-061-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.orgMathias Bynens2014-03-051-3/+3
|
* .cask: Add Opera, Opera Developer and Opera NextCătălin Mariș2014-03-051-2/+5
| | | | Closes #348.
* .osx: Add missing valueCătălin Mariș2014-03-051-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 Wadhwani2014-03-051-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 settingsMathias Bynens2014-03-041-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ärtner2014-03-041-0/+10
| | | | Closes #349.
* Brewfile: explicitly list non-default tapsMathias Bynens2014-03-031-5/+2
|
* .osx: Make Dock more transparentCătălin Mariș2014-03-021-0/+3
| | | | Closes #346.
* Brewfile: install `pv` (pipe viewer)Mathias Bynens2014-03-021-0/+1
| | | | Hat tip: @chastell / http://talks.chastell.net/kodio-2014/#/39
* Brewfile: install `moreutils`, if only for `sponge`Mathias Bynens2014-03-021-0/+2
| | | | Hat tip: @chastell / http://talks.chastell.net/kodio-2014/#/21
* .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
|