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 |
|
Mathias Bynens
|
03458f1c65
|
.bash_profile: Add tab completion for killall SystemUIServer
|
2012-04-10 11:29:34 +02:00 |
|
Mathias Bynens
|
61163c8a46
|
.osx: Group commands by type
|
2012-04-10 10:44:21 +02:00 |
|
Mathias Bynens
|
af1cd1b317
|
.osx: Minor tweaks
|
2012-04-09 22:16:41 +02:00 |
|
Mathias Bynens
|
ac8f1d951a
|
Merge pull request #49 from SomeWhores/master
.osx: Allow selecting text in QuickLook
|
2012-04-09 13:14:36 -07:00 |
|
Daniel Miedema
|
bd0bb2dfcb
|
Added line to add text selection to QuickLook
Created another entry for the ability to select text when viewing a
document in QuickLook
|
2012-04-09 11:23:47 -07:00 |
|
Mathias Bynens
|
c5efa6a295
|
.osx: Disable the “add spacer to Dock” commands by default
|
2012-04-04 19:32:45 +02:00 |
|
Mathias Bynens
|
7fbc78992a
|
Merge pull request #47 from KeyboardCowboy5/patch-1
.osx: Add a spacer to the Dock
|
2012-04-04 10:30:47 -07:00 |
|
Chris Albrecht
|
6afed13d73
|
Added default to add a spacer to the dock.
|
2012-04-04 10:42:25 -06:00 |
|
Mathias Bynens
|
f33a8e4458
|
.exports: Highlight (color-code) section titles in manual pages
|
2012-04-03 16:32:39 +02:00 |
|
Mathias Bynens
|
72860bec98
|
.osx: Enable the debug menu in iCal and Address Book
Thanks to @3vincent. See issue #5: https://github.com/mathiasbynens/dotfiles/issues/5#issuecomment-4896967
|
2012-04-03 13:21:57 +02:00 |
|
Mathias Bynens
|
7134df85b9
|
.osx: Remove the auto-hiding Dock delay
|
2012-04-02 07:58:35 +02:00 |
|
Mathias Bynens
|
c89cbbcd14
|
Merge pull request #46 from jessejlt/patch-1
.aliases: Add `s` alias to open the current directory in Sublime Text
|
2012-03-31 23:59:56 -07:00 |
|
Jesse Thompson
|
6736ec3884
|
TextMate is awesome, but it would be nice to have a SublimeText alias, too.
|
2012-03-31 23:35:18 -07:00 |
|
Mathias Bynens
|
04e19f2b2f
|
.osx: Fix typo in the Dock spring loading tweak
|
2012-03-31 14:12:14 +02:00 |
|
Mathias Bynens
|
42f7f7be22
|
.osx: Copy email addresses as foo@example.com instead of Foo Bar <foo@example.com> in Mail.app
Thanks to @zmoazeni for the suggestion.
|
2012-03-31 14:01:46 +02:00 |
|
Mathias Bynens
|
f20ac5fc53
|
.osx: Show status bar in Finder
|
2012-03-31 12:34:26 +02:00 |
|
Mathias Bynens
|
2a7a7c07f9
|
.functions: Minor comment tweaks
|
2012-03-28 13:56:05 +02:00 |
|
Mathias Bynens
|
e74cbc17cf
|
Merge pull request #44 from pkruithof/patch-1
.functions: Add `codepoint` function
$ codepoint €
U+20AC
$ codepoint ð
U+00F0
|
2012-03-28 04:55:03 -07:00 |
|
Peter Kruithof
|
a514cb3adf
|
Added newline after codepoint
|
2012-03-28 14:48:16 +03:00 |
|
Peter Kruithof
|
b70515792c
|
Added codepoint function
|
2012-03-28 14:45:17 +03:00 |
|
Mathias Bynens
|
b78d8cfd2f
|
.aliases: Add update alias
|
2012-03-26 08:28:50 +02:00 |
|
Mathias Bynens
|
bb8de8b9c7
|
.aliases: Enable sudo with aliases
@janmoesen explains it here: https://github.com/janmoesen/tilde/commit/805e8117fd0fb429055d280509e14be8427c226b
http://www.gnu.org/software/bash/manual/bashref.html#Aliases says: “If the last character of the alias value is a space or tab character, then the next command word following the alias is also checked for alias expansion.”
|
2012-03-25 22:09:29 +02:00 |
|
Mathias Bynens
|
c93d1134cc
|
.functions: Alias diff to git diff when available
|
2012-03-23 13:01:33 +01:00 |
|
Mathias Bynens
|
90e36ca1e0
|
Make .brew executable
|
2012-03-22 16:57:35 +01:00 |
|
Mathias Bynens
|
0d66f58556
|
.brew: Initial commit
|
2012-03-22 16:56:26 +01:00 |
|
Mathias Bynens
|
36666d6b72
|
.functions: Add dataurl function
Based on @lri’s http://lri.me/profile.
|
2012-03-22 13:32:14 +01:00 |
|
Mathias Bynens
|
1c94b9b380
|
.wgetrc: Remove the local_encoding setting for now
Is it possible to conditionally configure a wget setting, only if it’s supported by the current wget build? http://unix.stackexchange.com/q/34730/6040
|
2012-03-22 12:34:34 +01:00 |
|
Mathias Bynens
|
4e925b2ec1
|
.wgetrc: Remove the iri command
It’s enabled by default on builds that support it, and setting in other builds throws an error.
|
2012-03-21 10:21:30 +01:00 |
|
Mathias Bynens
|
1d86729c68
|
.screenrc: Initial commit
Inspired by @janmoesen’s .screenrc.
|
2012-03-19 15:41:00 +01:00 |
|
Mathias Bynens
|
3264afdc34
|
.wgetrc: Initial commit
Disclaimer: most of these settings have been stolen from @janmoesen’s extremely well-commented .wgetrc.
|
2012-03-19 15:39:28 +01:00 |
|
Mathias Bynens
|
e29deab2aa
|
.functions: Add gurl function for gzip-enabled curl
Inspired by @bluesmoon: http://twitter.com/bluesmoon/status/179982379098710017
|
2012-03-15 09:22:25 +01:00 |
|
Mathias Bynens
|
1de8cb8476
|
.osx: Disable the “reopen windows when logging back in” option
|
2012-03-15 09:17:40 +01:00 |
|
Mathias Bynens
|
4f4c3421d0
|
.gitconfig: Use origin as the default remote on the master branch
Apparently there are cases where this is not the default: http://stackoverflow.com/q/658885/96656
Hat tip to @cowboy.
|
2012-03-13 15:28:48 +01:00 |
|
Mathias Bynens
|
fc1f806b9d
|
.inputrc: Don’t prompt when autocompleting unless there are over 500 possible completions
See http://blog.sanctum.geek.nz/lazier-tab-completion/.
|
2012-03-02 10:02:54 +01:00 |
|
Mathias Bynens
|
9910901fbb
|
README: Add @necolas and @tejr
|
2012-02-29 12:49:51 +00:00 |
|
Mathias Bynens
|
ad457456f4
|
.bash_profile: Tweaks
* Append to the Bash history file, rather than overwriting it
* Autocorrect typos in path names when using `cd`
|
2012-02-27 12:08:30 +01:00 |
|
Mathias Bynens
|
4c0198f0fe
|
.osx: Tweak some more hidden preferences
Thanks to @Lri! Ref. #5.
|
2012-02-24 08:12:01 +01:00 |
|
Mathias Bynens
|
dda45e2cb1
|
.osx: Enable snap-to-grid for desktop icons
Ref. #5
|
2012-02-22 20:32:46 +01:00 |
|
Mathias Bynens
|
c7809475f8
|
.gitconfig: Add d alias
|
2012-02-19 23:11:35 +01:00 |
|
Mathias Bynens
|
3ba08cb6e2
|
.gitconfig: Add c alias which clones a repository including all submodules
|
2012-02-16 11:17:38 +01:00 |
|
Mathias Bynens
|
5680325e8f
|
.gitattributes: Add a comment explaining what * text=auto does
|
2012-02-14 21:43:21 +01:00 |
|
Mathias Bynens
|
b8602fe924
|
.gitconfig: Add go and ca aliases
|
2012-02-14 18:20:10 +01:00 |
|
Mathias Bynens
|
c625c47054
|
.gitconfig: Add comments
|
2012-02-14 18:07:11 +01:00 |
|
Mathias Bynens
|
10eed3c55b
|
Move undopush alias to .gitconfig, as suggested by @necolas
Also, add some other Git aliases while we’re at it.
|
2012-02-14 17:24:12 +01:00 |
|
Mathias Bynens
|
26b8f132f8
|
.osx: Make ⌘ + F focus the search input in iTunes
|
2012-02-13 09:57:38 +01:00 |
|
Mathias Bynens
|
e4f42d3ca8
|
.vimrc: Add some goodies found in @alrra’s dotfiles
|
2012-02-09 14:43:09 +01:00 |
|