Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | .osx: Disable automatic spell checking in Mail.app | Mathias Bynens | 2013-10-25 | 1 | -0/+3 | |
| | ||||||
* | .osx: Disable inline attachments in Mail | Mathias Bynens | 2013-10-24 | 1 | -0/+3 | |
| | | | | Thanks to Christophe Platteeuw via Twitter: https://twitter.com/cplatteeuw/status/393465401310318592 | |||||
* | .osx: Make coding style more consistent | Mathias Bynens | 2013-10-24 | 1 | -5/+5 | |
| | ||||||
* | .osx: Remove old iTunes commands | Mathias Bynens | 2013-10-24 | 1 | -20/+1 | |
| | | | | They only applied to iTunes 10 and older anyway. | |||||
* | .osx: Add threaded email display settings for Mail.app | Mathias Bynens | 2013-10-23 | 1 | -0/+5 | |
| | ||||||
* | .brew: Move casks to their own file | Mathias Bynens | 2013-10-23 | 2 | -24/+23 | |
| | ||||||
* | .osx: Disable continuous spell checking in Messages.app | Mathias Bynens | 2013-10-23 | 1 | -0/+3 | |
| | ||||||
* | .osx: Disable smart quotes in Messages.app | Mathias Bynens | 2013-10-23 | 1 | -0/+3 | |
| | ||||||
* | .functions: Add `tre` shorthand | gregstallings | 2013-10-23 | 1 | -0/+8 | |
| | | | | Closes #249. | |||||
* | .osx: Consistently specify the type for `dict-add` actions | Mathias Bynens | 2013-10-23 | 1 | -2/+2 | |
| | ||||||
* | .osx: Use plain text smileys in Messages | Mathias Bynens | 2013-10-23 | 1 | -2/+9 | |
| | | | | | | Messages in OS X 10.9 Mavericks automatically substitutes e.g. `:)` with `😊`, with no way to disable this feature through the app’s preferences pane. After analyzing the `defaults read` output it turns out there is a hidden preference for it. | |||||
* | .osx: Remove “Enable access for assistive devices” | Mathias Bynens | 2013-10-23 | 1 | -6/+0 | |
| | | | | | | This feature doesn’t work anymore in OS X 10.9 Mavericks. The setting has moved to System Preferences → Security & Privacy → Accessibility, where you now have to check every app you want to allow access rather than enabling it globally. Closes #262. | |||||
* | Add `np` function to ease publishing node modules | Sindre Sorhus | 2013-10-22 | 1 | -0/+12 | |
| | | | | | | | | I use this to ease the publishing of npm modules. `np`, done ;) np = npm publish (and, `no problem`, (and `nutella party`)) Closes #261. | |||||
* | .functions: Add `o` to `open` stuff | gregstallings | 2013-09-23 | 2 | -2/+10 | |
| | | | | Closes #245. | |||||
* | .bash_profile: Make sure only files get sourced | Christian Gärtner | 2013-09-21 | 1 | -1/+1 | |
| | | | | Closes #250. | |||||
* | .functions: Add `v` to open stuff in Vim | gregstallings | 2013-09-21 | 2 | -3/+13 | |
| | | | | Closes #251. | |||||
* | .functions: Add `s` to open stuff in Sublime Text | gregstallings | 2013-09-21 | 2 | -1/+9 | |
| | | | | Closes #252. | |||||
* | .functions: Add `m` to open stuff in TextMate | gregstallings | 2013-09-21 | 2 | -1/+10 | |
| | | | | Closes #253. | |||||
* | .gitconfig: Add note about whitespace defaults | Kevin Suttle | 2013-09-19 | 1 | -1/+4 | |
| | | | | Closes #256. | |||||
* | .gitconfig: Add comment about `color.ui` in Git ≥ 1.8.4 | Sindre Sorhus | 2013-09-07 | 1 | -2/+4 | |
| | | | | Ref. #239. | |||||
* | .osx: `~/.CFUserTextEncoding` can break several Adobe apps | Mathias Bynens | 2013-08-29 | 1 | -2/+2 | |
| | | | | Ref. #237. | |||||
* | .aliases: Add `chromekill` to kill all Chrome tabs to free up memory | Sindre Sorhus | 2013-08-27 | 1 | -0/+4 | |
| | | | | | | | | Useful when you have a lot of tabs open (which I always do), but you don’t want to close them. Tabs in Chrome are just processes, so we just filter out the ones we want, and kill them. Closes #236. | |||||
* | .gitconfig: Remove global remote branch | Dean Sofer | 2013-08-08 | 1 | -5/+0 | |
| | | | | | | This causes duplicate remotes to be created, potentially leading Git to throw errors when `push`ing. Closes #215. | |||||
* | bin: Point `subl` to the default ST3 location | Haralan Dobrev | 2013-08-08 | 1 | -1/+1 | |
| | | | | | | Sublime Text 3 does not use the `/Application/Sublime Text 3.app` folder by default. It uses `/Application/Sublime Text.app`. Closes #232. | |||||
* | .aliases: Add `-F` to `ls` aliases | Haralan Dobrev | 2013-08-08 | 1 | -3/+3 | |
| | | | | | | Don’t do this for the default `ls`, though. Closes #234. | |||||
* | .osx: Disable the sound effects on boot | Mathias Bynens | 2013-07-31 | 1 | -0/+3 | |
| |