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
Mathias Bynens
6135d2278e
Merge pull request #42 from clee/patch-1
...
Shift the '-type f' argument before the '-name' argument in `find`
2012-02-08 14:36:35 -08:00
Chris Lee
2a65d950b5
Shift the '-type f' argument before the '-name' argument in find to make it more efficient.
2012-02-08 14:34:03 -08:00
Mathias Bynens
b0c2aee679
.aliases: Make emptytrash clear Apple System Logs
...
This results in a faster shell launch. I just deleted 5.1 MB of logs and my shell startup time went from about 3 seconds to 3 milliseconds (or so it feels).
2012-02-08 23:18:29 +01:00
Mathias Bynens
b569529221
Add .gvimrc and gVim-specific color scheme
2012-02-07 18:12:56 +01:00
Mathias Bynens
e4001cc8ba
Add urlencode alias
...
Via http://twatlr.com/thread/166830178226540544 .
2012-02-07 14:31:42 +01:00
Mathias Bynens
765854f91f
.vimrc: Tabs, not spaces
2012-01-27 19:03:02 +01:00
Mathias Bynens
e979df7a7d
Merge pull request #40 from paulirish/mathias
...
.vimrc: Use feature detection for new settings that aren’t available in hipster vims
2012-01-27 09:58:33 -08:00
Paul Irish
86a8986225
nerfing .vimrc's setrelativenumber and undodir options in case of older vim version
2012-01-27 09:44:46 -08:00