Commit Graph
460 Commits
Author SHA1 Message Date
Mathias Bynens f10eb803cf .osx: Use plain text smileys in Messages
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.
2013-10-23 13:23:50 +02:00
Mathias Bynens 813f813bbc .osx: Remove “Enable access for assistive devices”
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.
2013-10-23 07:29:05 +02:00
Sindre SorhusandMathias Bynens 565955198f Add np function to ease publishing node modules
I use this to ease the publishing of npm modules. `np`, done ;)

np = npm publish (and, `no problem`, (and `nutella party`))

Closes #261.
2013-10-22 18:11:42 +02:00
gregstallingsandMathias Bynens 6c98b40f4d .functions: Add o to open stuff
Closes #245.
2013-09-23 11:15:36 +02:00
Christian GärtnerandMathias Bynens 9b7620e322 .bash_profile: Make sure only files get sourced
Closes #250.
2013-09-21 16:28:33 +02:00
gregstallingsandMathias Bynens 25cddf6504 .functions: Add v to open stuff in Vim
Closes #251.
2013-09-21 16:27:13 +02:00
gregstallingsandMathias Bynens 6dd0179645 .functions: Add s to open stuff in Sublime Text
Closes #252.
2013-09-21 16:25:42 +02:00
gregstallingsandMathias Bynens 3dc47ffd55 .functions: Add m to open stuff in TextMate
Closes #253.
2013-09-21 16:21:16 +02:00
Kevin SuttleandMathias Bynens c8a48ee28c .gitconfig: Add note about whitespace defaults
Closes #256.
2013-09-19 17:27:52 +02:00
Sindre SorhusandMathias Bynens 5c896ab0ef .gitconfig: Add comment about color.ui in Git ≥ 1.8.4
Ref. #239.
2013-09-07 15:49:43 +02:00
Mathias Bynens a5a012f42f .osx: ~/.CFUserTextEncoding can break several Adobe apps
Ref. #237.
2013-08-29 18:58:23 +02:00
Sindre SorhusandMathias Bynens bd9429af1c .aliases: Add chromekill to kill all Chrome tabs to free up memory
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.
2013-08-27 18:52:24 +02:00
Dean SoferandMathias Bynens 3803a98eaf .gitconfig: Remove global remote branch
This causes duplicate remotes to be created, potentially leading Git to throw errors when `push`ing.

Closes #215.
2013-08-08 10:47:56 +02:00
Haralan DobrevandMathias Bynens 1323f99f7a bin: Point subl to the default ST3 location
Sublime Text 3 does not use the `/Application/Sublime Text 3.app` folder by default. It uses `/Application/Sublime Text.app`.

Closes #232.
2013-08-08 10:43:21 +02:00
Haralan DobrevandMathias Bynens a563329a36 .aliases: Add -F to ls aliases
Don’t do this for the default `ls`, though.

Closes #234.
2013-08-08 10:40:29 +02:00
Mathias Bynens c4fcf4016e .osx: Disable the sound effects on boot 2013-07-31 15:18:05 +02:00
Mathias Bynens 17de86003e .osx: Add GPGMail 2 settings
http://support.gpgtools.org/kb/faq-gpgmail/gpgmail-2-hidden-settings
2013-07-30 21:50:18 +02:00
Mathias Bynens fd2e47d447 .gitconfig: Improve display of astral Unicode symbols in diffs
Thanks to @holman for the tip: https://speakerdeck.com/holman/more-git-and-github-secrets?slide=38
2013-07-25 15:23:04 +02:00
Mathias Bynens 96da7b6ba1 .aliases: Add timer
`timer` can be used as a stopwatch.

Hat tip: https://twitter.com/tow8ie/status/360077953238962176
2013-07-25 13:00:50 +02:00
Simon Owen DesignandMathias Bynens 02b0cc74c3 .curlrc: Disguise as IE 9 on Windows 7
This matches the `.wgetrc` settings.
2013-07-25 12:31:16 +02:00
Mathias Bynens 0f6def1611 .gitattributes: Disable normalizing line endings globally
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.
2013-07-04 17:44:46 +02:00
Mathias Bynens 8fb0a744ec .brew: Install PHP 5.5 2013-07-03 09:13:32 +02:00
Mathias Bynens 50538a65e9 .bash_profile: Remove ‘autocomplete Grunt commands’
Closes #224.
2013-07-02 21:25:03 +02:00
Martin ReuringsandMathias Bynens 6806bf4bca .osx: Add Spotlight settings
Closes #91 and #174.
2013-07-02 19:31:24 +02:00
Mathias Bynens e1588fab46 bin: Update subl symlink to Sublime Text 3.app 2013-07-02 19:11:21 +02:00
Mathias Bynens 9f9710effd README: Tweak Git-free install command 2013-07-02 18:04:07 +02:00
Mathias Bynens 1c56d5c4f3 .aliases: Make Grunt print stack traces by default 2013-06-28 22:11:37 +02:00
George AngelopoulosandMathias Bynens 5b4362aa0e bootstrap.sh: Avoid source if there are no changes
Closes #220.
2013-06-25 13:11:39 +02:00
Mathias Bynens d17fede715 Remove GPL license
The MIT license is GPL-compatible anyway, as per @sindresorhus. Ref. https://github.com/mathiasbynens/dotfiles/commit/a89e2f2d226de274c998b0b8de5fd4af2e0b444f#commitcomment-3485954.
2013-06-25 13:08:26 +02:00
Jeff ByrnesandMathias Bynens ff4086ec2f .osx: Update the GitHub fork link
Closes #221.
2013-06-19 23:30:44 +02:00
Mathias Bynens 4ce66fd128 Update to Bash v4.2.45 2013-06-17 16:54:00 +02:00
Mathias Bynens 44e73b9b7b .gitconfig: Tweak l alias 2013-06-07 11:39:20 +02:00
Andrew KennedyandMathias Bynens 475402ab4d .osx: Don’t automatically rearrange Spaces
Closes #213.
2013-06-06 13:41:25 +02:00
Mathias Bynens 4f48f25019 .functions: Add gitio
Closes #210.
2013-06-03 18:48:18 +02:00
Carter McKendryandMathias Bynens 007d32adce .bash_profile: Try to grunt more quietly
Ref. #209.
2013-06-03 17:12:03 +02:00
Danil SemelenovandMathias Bynens 6418ea4ce8 .osx: Fix ShowPathBar typo
Closes #204.
2013-05-29 23:09:23 +02:00
Mathias Bynens a89e2f2d22 Dual license these dotfiles under MIT/GPL
As requested by @lathan. Closes #205.
2013-05-21 20:04:31 +02:00
Cãtãlin MarişandMathias Bynens 485f2cbbfa .functions: Improve httpcompression and move it to its own file
Closes #162.
2013-05-10 09:23:04 +02:00
Sindre SorhusandMathias Bynens b63c7613d0 .functions: Improve note
Give the Notes.app function the ability to add both `title` and `body`.

Closes #203.
2013-05-10 08:33:58 +02:00
Sindre SorhusandMathias Bynens 5a44681edc .functions: Add gi
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.
2013-05-10 08:32:04 +02:00
Mathias Bynens 982ee2f018 .gitconfig: Use push.default = matching
I couldn’t get used to `simple`.
2013-05-09 17:09:00 +02:00
Chen CohenandMathias Bynens a43f474816 .functions: Tweak targz
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.
2013-05-08 20:26:37 +02:00
Mathias Bynens c546391801 README: Fix minor typo 2013-05-03 17:24:31 +02:00
Mathias Bynens 5d695b47b9 README: Update contributors list
Add @sindresorhus and @alrra because of their many contributions. Sort the list alphabetically.
2013-05-03 11:39:54 +02:00
Mathias Bynens 72234f61c0 .osx: Update filename for Dropbox’s green checkmark icon 2013-05-03 11:32:58 +02:00
Mathias Bynens 14e0fe7f40 .brew: Add some more applications 2013-05-03 11:30:56 +02:00
Mathias Bynens d9ada0eefa .brew: Install native apps through homebrew-cask
Closes #200.
2013-05-02 21:33:19 +02:00
Mathias Bynens cbcc4b1583 bootstrap.sh: Don’t make the home directory world-readable
Fixes #159.
2013-05-01 16:08:22 +02:00
Mathias Bynens b53818ffd8 .functions: Improve targz
* Only use `zopfli` when it’s available and if the `.tar` file is smaller than 50 MB.
* Use `pigz` instead of `gzip` when it’s available.
* Always exclude `.DS_Store` files when creating a tarball.

Closes #199.
2013-05-01 16:04:01 +02:00
Mathias Bynens f21a29cd78 .functions: Avoid rm error message in targz when gzip is used 2013-04-29 14:36:29 +02:00