Commit Graph
234 Commits
Author SHA1 Message Date
Mathias Bynens 9a836af35a .osx: Disable “natural” (Lion-style) scrolling 2012-06-26 13:36:56 +02:00
Mathias Bynens 24045d9f06 .osx: Set language and text formats 2012-06-26 13:36:39 +02:00
user996015andMathias Bynens df434eff54 .bash_profile: Load .extra last, allowing it to override any previous settings 2012-06-21 07:33:05 +02:00
Mathias Bynens 0c15ee6675 .hgignore: Initial commit 2012-06-19 11:10:21 +02:00
Mathias Bynens 2448f29b51 .gitignore: Ignore compiled Python files 2012-06-19 11:09:54 +02:00
Shawn JonnetandMathias Bynens 27049fbabc .vimrc: Fix typo in comment 2012-06-17 15:25:30 +02:00
Mathias Bynens b84bcd5220 .vimrc: Explicitly allow the use of backspace in insert mode 2012-06-17 12:05:39 +02:00
Mathias Bynens b61588dd53 .bash_profile: Add tab completion for many more commands 2012-06-17 12:01:13 +02:00
user996015andMathias Bynens b0fd265348 .aliases: Add h (history) and j (jobs) 2012-06-14 06:57:00 +01:00
user996015andMathias Bynens ff5863d6b4 .aliases: Add .... and ..... 2012-06-14 06:57:00 +01:00
Mathias Bynens adf2aa4b00 Add .hushlogin
The mere presence of this file in the home directory disables the system
copyright notice, the date and time of the last login, the message of the
day as well as other information that may otherwise appear on login.
See `man login`.
2012-06-14 18:45:28 +02:00
Mathias Bynens 2e0adf002a .vimrc: Use the OS clipboard by default 2012-06-08 16:05:42 +02:00
Mathias Bynens 9e28a886b6 .gitconfig: Tweak ca alias
Thanks to @necolas! https://github.com/mathiasbynens/dotfiles/commit/15d4c9583d66be40a497706134b637e8c1f10ae6#commitcomment-1416521
2012-06-05 12:36:48 +02:00
Mathias Bynens 15d4c9583d .gitconfig: Show the diff when writing a commit message
Thanks to @miketaylr: http://twitter.com/miketaylr/status/209688450868326400
2012-06-04 22:42:39 +02:00
Mathias Bynens 4daba2f2c0 .gitconfig: Add tags, branches and remotes aliases 2012-06-04 16:37:45 +02:00
Paul IrishandMathias Bynens a9942ac635 .functions: Add gz function to get gzipped file size 2012-05-31 20:10:05 +02:00
Mathias Bynens 9d618bae3a Merge pull request #67 from nikolavp/patch-1
Remove one of the configs
2012-05-29 08:16:38 -07:00
nikolavp 6c6acfc5b7 Update .inputrc 2012-05-29 18:13:51 +03:00
Mathias Bynens dbf0b7ebf4 .gitconfig: Add credit alias to quickly change the author of the latest commit
Inspired by @holman’s https://github.com/holman/dotfiles/blob/master/bin/git-credit.
2012-05-23 11:38:56 +02:00
Rich HealeyandMathias Bynens 475039d0d6 .aliases: Make ips show IPv6 addresses as well 2012-05-23 11:16:37 +02:00
Mathias Bynens cde6595882 Merge pull request #63 from Alex-Humphreys/master
.aliases: Make `pumpitup` set the volume to `7`, not `10`
2012-05-21 06:57:08 -07:00
Alex Humphreys e836db3a48 Maximum set volume is 7, not 10
See:
http://docs.info.apple.com/article.html?path=AppleScript/2.1/en/as213.ht
ml
2012-05-21 08:53:43 -05:00
Mathias Bynens b80cc30cde .osx: Remove the “disable reopen windows when logging back in” command
This behavior was fixed in OS X 10.7.4, and the previous solution was a hack anyway.
2012-05-16 17:01:23 +02:00
Mathias Bynens 652860c7bb Merge pull request #62 from richo/patch-1
.osx: Disable the “disable reopen windows when logging back in” option by default now that OS X 10.7.4 fixes it
2012-05-16 08:00:01 -07:00
Rich Healey 10e91077bc Comment out change of "Open windows on startup", OSX 10.7.4 introduces this by default 2012-05-10 23:03:12 +10:00
Mathias Bynens 9898899c92 .osx: Set the icon size of Dock items to 36 pixels 2012-04-30 10:46:13 +02:00
Mathias Bynens 47eb874d9a Merge pull request #57 from nurtext/patch-1
.osx: Set Dock icon size
2012-04-30 01:45:24 -07:00
Mathias Bynens 7baa45ccb7 .osx: Clean up after commit 5b36bee867 2012-04-30 09:06:27 +02:00
Mathias Bynens 0694fc25a2 Merge pull request #61 from ekinertac/master
.osx: Screenshot location and file format settings
2012-04-30 00:04:59 -07:00
ekinertac 5b36bee867 adding screenshot location and file format 2012-04-30 04:36:15 +03:00
Mathias Bynens 2f4263d293 Merge pull request #59 from aristidesfl/patch-1
.osx: Fix error thrown when resetting Launchpad in some conditions

Fixes #56.
2012-04-26 22:08:31 -07:00
aristidesfl d2b0cd8853 Fix error thrown when Reseting Launchpad in some conditions
When multiple *.db files existed in ~/Library/Application Support/Dock/ ,
[ -e ~/Library/Application\ Support/Dock/*.db ] would throw an error.
2012-04-27 05:38:59 +02:00
Cedric Kastner c8e40aa95f Icon size of 48 pixels for dock items 2012-04-26 11:42:26 +03:00
Mathias Bynens 3cf002e726 Merge pull request #55 from atdt/patch-1
.inputrc: Remove duplicate `show-all-if-ambiguous` setting
2012-04-25 02:16:11 -07:00
Ori Livneh f3e9a30bdf remove dupe config from .inputrc (compare lines 7-8) 2012-04-23 19:56:32 -07:00
Mathias Bynens 71e318cb0c .gitconfig: Make git ca remove deleted files, too 2012-04-23 10:50:16 +02:00
Mathias Bynens 5791f66379 .brew: Disable exiv2 and imagemagick by default 2012-04-16 11:20:14 +02:00
Mathias Bynens 6cc82d4cc5 .brew: Add exiv2 and imagemagick (disabled by default)
I have some others in my `brew ls` that I’ll probably add soon.
2012-04-16 11:17:49 +02:00
Mathias Bynens 82baf98745 .bash_profile: Add killall tab completion for common apps 2012-04-14 20:02:19 +02:00
Mathias Bynens 5c8ad0ea6e .osx: killall all affected apps 2012-04-14 20:01:45 +02:00
Mathias Bynens bc6e238d47 .aliases: Better organization 2012-04-12 21:58:31 +02:00
Mathias Bynens 29ef6df372 Merge pull request #52 from wimleers/master
.aliases: Add `o`, `oo` and `l`
2012-04-12 12:12:07 -07:00
Wim Leers 56202b8e77 .aliases: More generally useful shortcuts 2012-04-12 18:31:21 +02:00
Mathias Bynens 997cb325dd .osx: Prevent Time Machine from prompting to use new hard drives as backup volume 2012-04-12 11:23:56 +02:00
Mathias Bynens fb16c911a4 .osx: Add “focus follows mouse” commands for Terminal.app and X11 apps
I disabled (commented) these settings by default as I think it’s confusing that “focus follows mouse” works only for some apps. I’d rather have consistent, less confusing behavior across all apps, even if it’s not as useful.
2012-04-12 10:47:13 +02:00
Mathias Bynens 4623943f95 .osx: Cleanup 2012-04-10 23:06:05 +02:00
Mathias Bynens 57081eb94d Merge pull request #50 from fruityth1ng/patch-1
.osx: Tweak Dock hide/show animation speed
2012-04-10 14:04:32 -07:00
Herman van Boeijen f60e3e6466 # Shorten Dock show animation speed
# Completely kill hide/show animation:
2012-04-10 17:04:58 +03:00
Mathias Bynens 6e45face55 .osx: Add hot corners 2012-04-10 15:23:30 +02:00
Mathias Bynens 91cd6310ec .osx: Make Trackpad settings more robust
Fixes #48.
2012-04-10 14:59:54 +02:00