aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* .osx: Disable continuous spell checking in Messages.appMathias Bynens2013-10-231-0/+3
|
* .osx: Disable smart quotes in Messages.appMathias Bynens2013-10-231-0/+3
|
* .functions: Add `tre` shorthandgregstallings2013-10-231-0/+8
| | | | Closes #249.
* .osx: Consistently specify the type for `dict-add` actionsMathias Bynens2013-10-231-2/+2
|
* .osx: Use plain text smileys in MessagesMathias Bynens2013-10-231-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 Bynens2013-10-231-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 modulesSindre Sorhus2013-10-221-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` stuffgregstallings2013-09-232-2/+10
| | | | Closes #245.
* .bash_profile: Make sure only files get sourcedChristian Gärtner2013-09-211-1/+1
| | | | Closes #250.
* .functions: Add `v` to open stuff in Vimgregstallings2013-09-212-3/+13
| | | | Closes #251.
* .functions: Add `s` to open stuff in Sublime Textgregstallings2013-09-212-1/+9
| | | | Closes #252.
* .functions: Add `m` to open stuff in TextMategregstallings2013-09-212-1/+10
| | | | Closes #253.
* .gitconfig: Add note about whitespace defaultsKevin Suttle2013-09-191-1/+4
| | | | Closes #256.
* .gitconfig: Add comment about `color.ui` in Git ≥ 1.8.4Sindre Sorhus2013-09-071-2/+4
| | | | Ref. #239.
* .osx: `~/.CFUserTextEncoding` can break several Adobe appsMathias Bynens2013-08-291-2/+2
| | | | Ref. #237.
* .aliases: Add `chromekill` to kill all Chrome tabs to free up memorySindre Sorhus2013-08-271-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 branchDean Sofer2013-08-081-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 locationHaralan Dobrev2013-08-081-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` aliasesHaralan Dobrev2013-08-081-3/+3
| | | | | | Don’t do this for the default `ls`, though. Closes #234.
* .osx: Disable the sound effects on bootMathias Bynens2013-07-311-0/+3
|
* .osx: Add GPGMail 2 settingsMathias Bynens2013-07-301-0/+7
| | | | http://support.gpgtools.org/kb/faq-gpgmail/gpgmail-2-hidden-settings
* .gitconfig: Improve display of astral Unicode symbols in diffsMathias Bynens2013-07-251-1/+1
| | | | Thanks to @holman for the tip: https://speakerdeck.com/holman/more-git-and-github-secrets?slide=38
* .aliases: Add `timer`Mathias Bynens2013-07-251-0/+3
| | | | | | `timer` can be used as a stopwatch. Hat tip: https://twitter.com/tow8ie/status/360077953238962176
* .curlrc: Disguise as IE 9 on Windows 7Simon Owen Design2013-07-251-2/+2
| | | | This matches the `.wgetrc` settings.
* .gitattributes: Disable normalizing line endings globallyMathias Bynens2013-07-041-1/+2
| | | | | | Instead of removing `~/.gitattributes` completely, I decided to just comment out the `* text=auto` line. This makes it easier to temporarily re-enable the setting should I ever want to. Closes #149.
* .brew: Install PHP 5.5Mathias Bynens2013-07-031-6/+2
|
* .bash_profile: Remove ‘autocomplete Grunt commands’Mathias Bynens2013-07-021-3/+0
| | | | Closes #224.
* .osx: Add Spotlight settingsMartin Reurings2013-07-021-0/+35
| | | | Closes #91 and #174.
* bin: Update `subl` symlink to `Sublime Text 3.app`Mathias Bynens2013-07-021-1/+1
|
* README: Tweak Git-free install commandMathias Bynens2013-07-021-1/+1
|
* .aliases: Make Grunt print stack traces by defaultMathias Bynens2013-06-281-0/+3
|
* bootstrap.sh: Avoid `source` if there are no changesGeorge Angelopoulos2013-06-251-1/+1
| | | | Closes #220.
* Remove GPL licenseMathias Bynens2013-06-252-280/+1
| | | | The MIT license is GPL-compatible anyway, as per @sindresorhus. Ref. https://github.com/mathiasbynens/dotfiles/commit/a89e2f2d226de274c998b0b8de5fd4af2e0b444f#commitcomment-3485954.
* .osx: Update the GitHub fork linkJeff Byrnes2013-06-191-1/+1
| | | | Closes #221.
* Update to Bash v4.2.45Mathias Bynens2013-06-171-1/+1
|
* .gitconfig: Tweak `l` aliasMathias Bynens2013-06-071-2/+2
|
* .osx: Don’t automatically rearrange SpacesAndrew Kennedy2013-06-061-2/+5
| | | | Closes #213.
* .functions: Add `gitio`Mathias Bynens2013-06-031-0/+9
| | | | Closes #210.
* .bash_profile: Try to grunt more quietlyCarter McKendry2013-06-031-1/+1
| | | | Ref. #209.
* .osx: Fix `ShowPathBar` typoDanil Semelenov2013-05-291-1/+1
| | | | Closes #204.
* Dual license these dotfiles under MIT/GPLMathias Bynens2013-05-213-1/+301
| | | | As requested by @lathan. Closes #205.
* .functions: Improve `httpcompression` and move it to its own fileCãtãlin Mariş2013-05-102-6/+127
| | | | Closes #162.
* .functions: Improve `note`Sindre Sorhus2013-05-101-8/+10
| | | | | | Give the Notes.app function the ability to add both `title` and `body`. Closes #203.
* .functions: Add `gi`Sindre Sorhus2013-05-101-0/+7
| | | | | | | | | This is an easy way to install Grunt plugins and add them as `devDependencies` to `package.json`. Example: gi contrib-watch contrib-uglify zopfli Closes #191.
* .gitconfig: Use `push.default = matching`Mathias Bynens2013-05-091-1/+1
| | | | I couldn’t get used to `simple`.
* .functions: Tweak `targz`Chen Cohen2013-05-081-1/+1
| | | | | | | | Trim the trailing slash from the path argument passed to `targz`. This fixes the annoying behavior where `targz foo/` created `foo/.tar.gz` instead of `foo.tar.gz`. Ref. #202.
* README: Fix minor typoMathias Bynens2013-05-031-4/+1
|
* README: Update contributors listMathias Bynens2013-05-031-6/+8
| | | | Add @sindresorhus and @alrra because of their many contributions. Sort the list alphabetically.
* .osx: Update filename for Dropbox’s green checkmark iconMathias Bynens2013-05-031-2/+1
|
* .brew: Add some more applicationsMathias Bynens2013-05-031-0/+3
|