Commit Graph
653 Commits
Author SHA1 Message Date
Bogdan CismariuandMathias Bynens 7d43ff6f8f .bash_prompt: Improve escape sequences
Closes #598. See https://github.com/mathiasbynens/dotfiles/pull/598#issuecomment-157090316.
2015-11-17 01:11:07 +04:00
Mathias Bynens d6d083aa99 .osx: Bypass t.co URLs in Tweetbot
Hat tip: https://twitter.com/dermdaly/status/664065150329163777
2015-11-12 11:37:19 +01:00
Mathias Bynens 60e57d4745 .osx: Remove non-functional iTunes setting
Ref. https://github.com/mathiasbynens/dotfiles/commit/cd88be0faec8b794e2ed6d145896f464125429b4#commitcomment-14145185. Thanks to @chdiza!
2015-11-10 09:50:59 +01:00
Mathias Bynens 9106157694 .exports: Add PYTHONIOENCODING
https://docs.python.org/2/using/cmdline.html#envvar-PYTHONIOENCODING
2015-11-03 13:50:43 +01:00
Kevin DeldyckeandMathias Bynens 2a8a8450bc .osx: Don’t enable “secure empty trash”
This feature has been removed, sadly, so enabling has no effect anymore.

https://support.apple.com/en-us/HT205267#CVE-2015-5901

Closes #596.
2015-11-03 13:46:10 +01:00
Hassan KhanandMathias Bynens cd88be0fae .osx: Stop iTunes from automatically syncing connected devices
Closes #593.
2015-10-29 14:52:40 +01:00
William SantosandMathias Bynens c0098b62c3 .aliases: Enable colored grep output
Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`.

Closes #467 and #590.
2015-10-26 14:30:57 +01:00
Mathias Bynens c2c70b495b .osx: Fix typo
Fixes #592.
2015-10-23 09:07:11 +02:00
Vítor GalvãoandMathias Bynens d6598592e3 .osx: Simplify killall redirection
`&>` is the same as `2>&1`.

Closes #589.
2015-10-18 09:53:27 -04:00
Mathias Bynens 6739605ade .exports: Update Node environment variables
Thanks to @alrra for the heads up in https://github.com/mathiasbynens/dotfiles/commit/9d30bd673c72ed1cadb2720fe4fb44a8ce915a2b#commitcomment-13835031.
2015-10-18 09:46:16 -04:00
Mathias Bynens 2fe242baf2 .osx: Remove “enable text selection in Quick Look”
As of OS X 10.11, it no longer has any effect.

Closes #580.
2015-10-11 19:45:02 +02:00
Kyle McNallyandMathias Bynens c0fae30538 .exports: Add missing export commands
Closes #585.
2015-10-10 18:13:19 +02:00
Mathias Bynens afe5ae40f0 .aliases: Make emptytrash clear download history too
See https://mths.be/bum for more details. Thanks to @nvartolomei for the suggestion in #177.
2015-09-21 12:17:12 +02:00
Mathias Bynens 9e09c6a0da README: Add warning
Closes #530, #575, and #576.
2015-09-15 13:23:31 +02:00
Mathias Bynens c31450229d .gitconfig: Use hexdump to diff binary files 2015-07-09 20:04:27 +02:00
Sindre SorhusandMathias Bynens 3a47ebe1fa brew.sh: Add dark-mode
For toggling Dark Mode from the command-line.

https://github.com/sindresorhus/dark-mode

Closes #545.
2015-05-26 08:41:08 +02:00
Federico CastagniniandMathias Bynens 605a0102aa .osx: Fix /private path
Closes #529.
2015-05-13 15:02:18 +02:00
Mathias Bynens f795b347aa .gitconfig: Add push.followTags
Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/596347008975241216
2015-05-07 18:30:58 +02:00
Mathias Bynens 9d30bd673c .exports: Enable persistent REPL history for node
This works as of io.js v2.0.0.

https://github.com/iojs/io.js/blob/v2.0.0/CHANGELOG.md#2015-05-04-version-200-rvagg
2015-05-05 14:33:09 +02:00
Vincent KlaiberandMathias Bynens 79e415e0ed Add --all to brew upgrade
Homebrew recently started to hint that everyone should update their workflows for `brew upgrade`:

> brew upgrade with no arguments will change behaviour soon! It currently upgrades all formula but this will soon change to require `--all`. Please update any workflows, documentation and scripts!

https://github.com/Homebrew/homebrew/commit/9032f165bec3d0c7452169093fab32578816043b

Closes #531.
2015-04-30 13:54:21 +02:00
Mathias Bynens 4ce64aa819 brew.sh: Install netpbm 2015-04-30 13:53:51 +02:00
Mathias Bynens b569363084 .osx: Update Spectacle.app keyboard shortcuts 2015-04-15 09:21:15 +02:00
Mathias Bynens 1d6664ec42 brew.sh: Use bash-completion2 for improved Bash 4 completion
Hat tip: @elyscape in https://github.com/mathiasbynens/dotfiles/commit/91be10dcee350465566a48cbe303686d2d989d6d#commitcomment-10654929.
2015-04-11 17:48:42 +02:00
Mathias Bynens c9395c28c3 brew.sh: Install git-lfs
https://git-lfs.github.com/
2015-04-09 12:31:07 +02:00
Mathias Bynens 7552e009ae .osx: Expand print dialog in Chrome & Opera by default
https://github.com/mathiasbynens/dotfiles/pull/434#issuecomment-59643432
2015-03-30 14:32:15 +02:00
Arthur VerschaeveandMathias Bynens a86f87f054 .gvimrc: Don’t blink cursor in normal mode
Closes #43 and #473.
2015-03-25 16:23:02 +01:00
Mathias Bynens ea959c5706 brew.sh: Add aircrack-ng 2015-03-25 16:19:24 +01:00
Mathias Bynens 98d67fca5c .aliases: Remove use-iojs and use-node in favor of nvm
https://github.com/creationix/nvm
2015-03-12 13:32:10 +01:00
Matt TaggandMathias Bynens ee673f4aac brew.sh: Add ssh-copy-id
`ssh-copy-id` allows one to easily set up passwordless SSH connections on a new machine. It does this by copying over your pubic key and setting the correct permissions.

It becomes as simple as `ssh-copy-id user@hostname.example.com`. Probably safer than using manual or scripted methods.

Ref. http://askubuntu.com/a/4833/42234.

Closes #510.
2015-03-10 09:19:09 +01:00
Michael KühnelandMathias Bynens 58b68ea332 .osx: Disable swipe navigation in Chrome for mouse users
Closes #508.
2015-03-06 09:56:25 +01:00
Mathias Bynens f646752640 .osx: Add Spectacle.app settings
Fixes #507.
2015-03-02 11:02:04 +01:00
Cătălin MarișandMathias Bynens a8bd0d4300 README: Fix @alrra’s name
Closes #495.
2015-02-22 10:51:27 +01:00
Cătălin Mariș 66bcd860d9 Install io.js & add aliases to switch to io/node
* Install `io.js`.
  https://iojs.org/en/index.html

* Add aliases to easily switch between `io.js` and `Node.js`.
  https://gist.github.com/phelma/ce4eeeedb8fb9a9e8e63
2015-02-20 18:53:49 +02:00
Cătălin MarișandMathias Bynens 1f6ead4fca .osx: Fix code that sets the custom terminal theme
Fix the `.osx` script so that it correctly sets the custom terminal theme, and the change will be persistent.

Closes #492.
2015-02-04 20:07:10 +01:00
Cătălin MarișandMathias Bynens fdb4c901b4 bin: Update and improve httpcompression
Simplify and improve the `httpcompression` script while also modifying it so that it accepts multiple URLs and checks if `cURL` is installed.

Closes #491.
2015-02-04 20:04:55 +01:00
Mathias Bynens 7d012c593c .gitconfig: Add retag 2015-01-26 15:24:18 +01:00
Mathias Bynens da6005aba5 bin: Point Bash symlink to /usr/local/opt/bash/bin/bash
This is a link to whatever happens to be both in-the-cellar and linked.

Ref. https://github.com/mathiasbynens/dotfiles/issues/479#issuecomment-71276285. Fixes #479.
2015-01-24 10:16:07 +01:00
Mathias Bynens 67be835d1b brew.sh: Install font tools
Thanks to @bramstein for creating these formulae!
https://twitter.com/bram_stein/status/556357864038883328
2015-01-24 07:47:18 +01:00
Mathias Bynens 4de6b727cc brew.sh: Install openssh
This includes a more up-to-date `ssh` binary.
2015-01-06 23:25:01 +01:00
Mathias Bynens 529b9d156b .curlrc: Add back connect-timeout
This was removed by mistake in 216a63328e. Thanks to @alrra for spotting it!
2015-01-05 16:56:09 +01:00
Mathias Bynens f7f6230408 .exports: Set HISTCONTROL
Omit duplicates and commands that begin with a space from history.
2015-01-05 13:00:52 +01:00
Mathias Bynens 216a63328e .curlrc: Remove max-time
Don’t globally timeout cURL operations without knowing the size of the files being downloaded. Hat tip: @necolas.
2015-01-05 12:47:41 +01:00
Mathias Bynens 7197c5739d .osx: Add back the “increase window resize speed” hack
It didn’t work in OS X 10.10 anymore, but it seems OS X 10.10.1 does support it.

Ref. 4471e2732f.
2014-12-26 17:06:48 +01:00
Andrew MandMathias Bynens 9ee93d73d2 brew.sh: Fix copy-paste typo
Closes #472.
2014-12-22 11:45:27 +01:00
Michael KühnelandMathias Bynens b887f3a6cc .gitconfig: Prevent showing files whose names contain non-ASCII symbols as unversioned
http://michael-kuehnel.de/git/2014/11/21/git-mac-osx-and-german-umlaute.html

Closes #460.
2014-12-19 10:05:20 +01:00
Mathias Bynens 0866ff78fd .osx: Revert to plain killall without -HUP
This reverts commit 07cd2632f5.

Ref. #469.
2014-12-19 09:36:33 +01:00
Aaron ZaunerandMathias Bynens 07cd2632f5 .osx: Kill apps with -HUP to make sure they restart
Note that a full system restart is needed after running `.osx` anyhow, but this small change improves the situation for those who don’t do that.

Closes #469.
2014-12-19 09:33:48 +01:00
Mathias Bynens 70bca80bb1 brew.sh: Install speedtest_cli
Hat tip: @bramus – https://www.bram.us/2014/12/17/speedtest-cli/
2014-12-17 16:02:13 +01:00
Mathias Bynens 5137abe26e README: Tweak ~/.path example 2014-12-11 16:50:38 +01:00
Mathias Bynens 4471e2732f .osx: Remove “increase window resize speed”
Sadly, this doesn’t work anymore in OS X 10.10.
2014-11-28 19:07:39 +01:00