Commit Graph
102 Commits
Author SHA1 Message Date
Mathias Bynens eab8b0bea2 Move disabled QuickLook fix to the bottom 2011-12-22 11:33:45 +01:00
Mathias Bynens a2ef34f38b .vimrc: Centralize backups, swapfiles and undo history 2011-12-22 11:21:49 +01:00
Mathias Bynens 779de13da7 Add a link to cowboy/dotfiles 2011-12-21 20:26:58 +01:00
Mathias Bynens d7c2088a8f Add some more commands to $HISTIGNORE. 2011-11-18 07:55:41 +01:00
Mathias Bynens efd4c412d7 Merge pull request #29 from danawoodman/patch-1
Remove duplicate `set mark-symlinked-directories on` settings.
2011-11-17 20:44:45 -08:00
Dana Woodman c1614656c1 Removing duplicate set mark-symlinked-directories on settings. 2011-11-17 13:42:29 -08:00
Mathias Bynens 19b3bd4181 .vimrc: add set wildmenu for better command-line completion. Thanks, @alrra! 2011-11-16 14:41:31 +01:00
Mathias Bynens 2f93c73fb7 Make cleanup list the files it deletes. Kind of like how rm -v works. 2011-10-23 18:09:01 +03:00
Mathias Bynens b4d42230d1 Add cleanup alias, which recursively deletes .DS_Store files. Useful for cleaning up external HDDs after copying over some folders. 2011-10-22 23:15:34 +03:00
Mathias Bynens 81da8db247 Clarify Dropbox icon comment. 2011-10-22 20:49:48 +03:00
Mathias Bynens 59c2863084 Remove the green checkmark icons in Dropbox. 2011-10-22 13:46:00 +03:00
Mathias Bynens ba8d75189c Use double quotes more consistently. 2011-10-22 13:01:35 +03:00
Mathias Bynens 5d7bc000a5 Prefer US English and use UTF-8. 2011-10-22 13:01:08 +03:00
Mathias Bynens 73269b457f Steal some nifty aliases from @janmoesen/tilde. 2011-10-22 12:58:46 +03:00
Mathias Bynens cb8bc6e5b1 Steal some .inputrc goodies from @janmoesen/tilde. 2011-10-22 12:49:21 +03:00
Mathias Bynens f8e2a7d135 Use hd alias for canonical hex dump. Thanks, @janmoesen! 2011-10-22 12:31:02 +03:00
Mathias Bynens 3d791926a6 Don’t source .bash_profile when PS1 is not set (for non-interactive shells).
Stolen from @janmoesen’s https://github.com/janmoesen/tilde/blob/master/.bashrc:

# This might seem backwards when you look at the "Bash startup files" reference
# <http://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files> or
# the "INVOCATION" section in the man page. However, my workflow typically is:
#
# * Open a terminal with four shells in tabs
# * Edit code in Vim, and shell out using ":sh"
#
# The initial four shells are login shells, so they source ~/.bash_profile.
# The shells spawned by Vim are not login shells, but they /are/ interactive.
# They look for .bashrc, but not .bash_profile. Because they are interactive,
# PS1 is set, so I know it is OK to run all the shell initialisation code.
#
# If I were to put the contents of ~/.bash_profile in ~/.bashrc and make the
# former source the latter, I would have to wrap the entire contents of the
# latter in a huge "if [ -n "$PS1" ]; then ... fi" block. That does not really
# help readability, does it?
#
# The difference between a login shell and an interactive non-login shell is
# moot for me, so I consider all interactive shells to be equal and wanting
# the same treatment.
#
# If you're wondering what a non-interactive shell might be, i.e. when PS1
# might not be set, try this:
#
#     ssh localhost 'echo "PS1: >$PS1<"'
#
2011-10-22 12:28:24 +03:00
Mathias Bynens fc439ad594 Looks like IncludeDebugMenu was replaced by IncludeInternalDebugMenu recently. 2011-10-19 20:31:01 +03:00
Mathias Bynens 52819c60a2 .vimrc: Make tabs as wide as two spaces. 2011-10-19 13:37:25 +03:00
Mathias Bynens a42414723d Merge branch 'master' of github.com:mathiasbynens/dotfiles
* 'master' of github.com:mathiasbynens/dotfiles:
  Link to the issue tracker for suggestions.
2011-10-17 10:55:12 +02:00
Mathias Bynens 1874ffff56 Add .vimrc, heavily based on the one @gf3 uses. Fixes #4. 2011-10-17 10:53:13 +02:00
Mathias Bynens 79c9c3e6f4 Link to the issue tracker for suggestions. 2011-10-14 12:55:35 +03:00
Mathias Bynens 74b3792583 Sexier file sourcing. 2011-10-14 12:38:42 +03:00
Mathias Bynens b73e413aef Add a link to @janmoesen’s tilde repository. 2011-10-14 12:30:45 +03:00
Mathias Bynens 3d2532beb0 Make the json() function more generic by allowing any JSON string instead of just JSON URLs. 2011-10-08 17:56:08 +03:00
Mathias Bynens ce82a1814a Add a more convenient whois alias. 2011-10-05 09:21:10 +03:00
Mathias Bynens 751e2db9e5 Typo. 2011-09-29 12:31:38 +03:00
Mathias Bynens 14973a58f5 Merge pull request #26 from matijs/master
Execute bootstrap.sh from anywhere. Fixes #23.
2011-09-29 02:30:44 -07:00
Mathias Bynens 6117c55c10 Add json function. Example usage: json http://fronteers.nl/congres/2011/attendees.json 2011-09-29 08:10:55 +03:00
Matijs Brinkhuis 37301ad41a Undid some silly mistakes and made the script more simplerder 2011-09-28 15:29:37 +03:00
Matijs Brinkhuis 61a11c914e make it possible for bootstap.sh to be executed from wherever 2011-09-27 22:58:44 +03:00
Mathias Bynens acfce9eda5 Typo. 2011-09-26 10:30:00 +03:00
Mathias Bynens 4d1573729f Fix .gitconfig formatting (use tabs instead of spaces). 2011-09-26 10:29:34 +03:00
Mathias Bynens 7c704cbf76 Minor tweaks. 2011-09-26 09:08:37 +03:00
Mathias Bynens 31549fda42 Merge pull request #25 from jrk/master
Enable subpixel font rendering on non-Apple LCDs.
2011-09-25 23:07:50 -07:00
Jonathan Ragan-Kelley ff6381bd75 Enable subpixel font rendering on non-Apple LCDs 2011-09-26 02:34:09 -03:00
Mathias Bynens 20e4233e11 The fix for the UTF-8 bug in QuickLook causes problems when saving files in Adobe Illustrator CS5, so comment it out. 2011-09-25 22:23:20 +03:00
Mathias Bynens c60ad3bf2a Only reset Launchpad when it’s actually available. Fixes #24. 2011-09-24 11:29:17 +03:00
Mathias Bynens 439e6f5ade Check if tmutil is available before using it. (It’s not available on Snow Leopard.) 2011-09-24 11:26:15 +03:00
Mathias Bynens ba9b8b8a75 Use full PlistBuddy path instead of the alias, so .osx can be used stand-alone. 2011-09-24 11:23:49 +03:00
Mathias Bynens 36c45978f4 Disable Ping entirely. 2011-09-24 11:04:38 +03:00
Mathias Bynens 17c5050f64 Disable the Ping sidebar in iTunes. 2011-09-24 10:58:47 +03:00
Mathias Bynens 9bb2dcef32 Show item info below desktop icons. 2011-09-24 10:48:58 +03:00
Mathias Bynens 56e6431652 Add PlistBuddy alias, because sometimes defaults just doesn’t cut it. 2011-09-24 10:41:12 +03:00
Mathias Bynens df4605536e Disable the warning before emptying the Trash. 2011-09-23 21:02:43 +03:00
Mathias Bynens b6ff03af24 Disable the warning when changing a file extension. 2011-09-23 21:02:14 +03:00
Mathias Bynens 51fba19bb4 Empty Trash securely by default. 2011-09-23 21:01:47 +03:00
Mathias Bynens 83adc5504c Only use UTF-8 in Terminal.app. 2011-09-23 21:01:14 +03:00
Mathias Bynens 4e4ca80169 Automatically hide and show the Dock. 2011-09-23 20:59:37 +03:00
Mathias Bynens 91918d767f Show remaining battery time; hide percentage. 2011-09-23 20:59:16 +03:00