aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .bash_prompt: Improve escape sequencesBogdan Cismariu2015-11-171-2/+2
| | | | Closes #598. See https://github.com/mathiasbynens/dotfiles/pull/598#issuecomment-157090316.
* .osx: Bypass t.co URLs in TweetbotMathias Bynens2015-11-121-1/+8
| | | | Hat tip: https://twitter.com/dermdaly/status/664065150329163777
* .osx: Remove non-functional iTunes settingMathias Bynens2015-11-101-10/+3
| | | | Ref. https://github.com/mathiasbynens/dotfiles/commit/cd88be0faec8b794e2ed6d145896f464125429b4#commitcomment-14145185. Thanks to @chdiza!
* .exports: Add `PYTHONIOENCODING`Mathias Bynens2015-11-031-0/+3
| | | | https://docs.python.org/2/using/cmdline.html#envvar-PYTHONIOENCODING
* .osx: Don’t enable “secure empty trash”Kevin Deldycke2015-11-031-3/+0
| | | | | | | | This feature has been removed, sadly, so enabling has no effect anymore. https://support.apple.com/en-us/HT205267#CVE-2015-5901 Closes #596.
* .osx: Stop iTunes from automatically syncing connected devicesHassan Khan2015-10-291-3/+10
| | | | Closes #593.
* .aliases: Enable colored `grep` outputWilliam Santos2015-10-262-3/+7
| | | | | | Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`. Closes #467 and #590.
* .osx: Fix typoMathias Bynens2015-10-231-1/+1
| | | | Fixes #592.
* .osx: Simplify `killall` redirectionVítor Galvão2015-10-181-1/+1
| | | | | | `&>` is the same as `2>&1`. Closes #589.
* .exports: Update Node environment variablesMathias Bynens2015-10-181-1/+3
| | | | Thanks to @alrra for the heads up in https://github.com/mathiasbynens/dotfiles/commit/9d30bd673c72ed1cadb2720fe4fb44a8ce915a2b#commitcomment-13835031.
* .osx: Remove “enable text selection in Quick Look”Mathias Bynens2015-10-111-3/+0
| | | | | | As of OS X 10.11, it no longer has any effect. Closes #580.
* .exports: Add missing `export` commandsKyle McNally2015-10-101-2/+2
| | | | Closes #585.
* .aliases: Make `emptytrash` clear download history tooMathias Bynens2015-09-211-3/+4
| | | | See https://mths.be/bum for more details. Thanks to @nvartolomei for the suggestion in #177.
* README: Add warningMathias Bynens2015-09-151-0/+2
| | | | Closes #530, #575, and #576.
* .gitconfig: Use `hexdump` to diff binary filesMathias Bynens2015-07-091-0/+4
|
* brew.sh: Add `dark-mode`Sindre Sorhus2015-05-261-0/+1
| | | | | | | | For toggling Dark Mode from the command-line. https://github.com/sindresorhus/dark-mode Closes #545.
* .osx: Fix `/private` pathFederico Castagnini2015-05-131-3/+3
| | | | Closes #529.
* .gitconfig: Add `push.followTags`Mathias Bynens2015-05-071-0/+2
| | | | Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/596347008975241216
* .exports: Enable persistent REPL history for `node`Mathias Bynens2015-05-051-0/+5
| | | | | | 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
* Add `--all` to `brew upgrade`Vincent Klaiber2015-04-302-2/+2
| | | | | | | | | | 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.
* brew.sh: Install netpbmMathias Bynens2015-04-301-0/+1
|
* .osx: Update Spectacle.app keyboard shortcutsMathias Bynens2015-04-151-21/+21
|
* brew.sh: Use bash-completion2 for improved Bash 4 completionMathias Bynens2015-04-112-3/+4
| | | | Hat tip: @elyscape in https://github.com/mathiasbynens/dotfiles/commit/91be10dcee350465566a48cbe303686d2d989d6d#commitcomment-10654929.
* brew.sh: Install git-lfsMathias Bynens2015-04-091-0/+1
| | | | https://git-lfs.github.com/
* .osx: Expand print dialog in Chrome & Opera by defaultMathias Bynens2015-03-301-2/+15
| | | | https://github.com/mathiasbynens/dotfiles/pull/434#issuecomment-59643432
* .gvimrc: Don’t blink cursor in normal modeArthur Verschaeve2015-03-251-0/+2
| | | | Closes #43 and #473.
* brew.sh: Add aircrack-ngMathias Bynens2015-03-251-0/+1
|
* .aliases: Remove `use-iojs` and `use-node` in favor of nvmMathias Bynens2015-03-122-11/+0
| | | | https://github.com/creationix/nvm
* brew.sh: Add `ssh-copy-id`Matt Tagg2015-03-101-0/+1
| | | | | | | | | | `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.
* .osx: Disable swipe navigation in Chrome for mouse usersMichael Kühnel2015-03-061-1/+5
| | | | Closes #508.
* .osx: Add Spectacle.app settingsMathias Bynens2015-03-021-2/+30
| | | | Fixes #507.
* README: Fix @alrra’s nameCătălin Mariș2015-02-221-1/+1
| | | | Closes #495.
* Install io.js & add aliases to switch to io/nodeCătălin Mariș2015-02-202-0/+7
| | | | | | | | * 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
* .osx: Fix code that sets the custom terminal themeCătălin Mariș2015-02-041-8/+45
| | | | | | Fix the `.osx` script so that it correctly sets the custom terminal theme, and the change will be persistent. Closes #492.
* bin: Update and improve `httpcompression`Cătălin Mariș2015-02-041-136/+178
| | | | | | Simplify and improve the `httpcompression` script while also modifying it so that it accepts multiple URLs and checks if `cURL` is installed. Closes #491.
* .gitconfig: Add `retag`Mathias Bynens2015-01-261-0/+3
|
* bin: Point Bash symlink to `/usr/local/opt/bash/bin/bash`Mathias Bynens2015-01-241-1/+1
| | | | | | 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.
* brew.sh: Install font toolsMathias Bynens2015-01-241-0/+6
| | | | | Thanks to @bramstein for creating these formulae! https://twitter.com/bram_stein/status/556357864038883328
* brew.sh: Install `openssh`Mathias Bynens2015-01-061-0/+1
| | | | This includes a more up-to-date `ssh` binary.
* .curlrc: Add back `connect-timeout`Mathias Bynens2015-01-051-0/+3
| | | | This was removed by mistake in 216a63328e9df1479c0f4790444afaccd16c80e5. Thanks to @alrra for spotting it!
* .exports: Set `HISTCONTROL`Mathias Bynens2015-01-051-16/+15
| | | | Omit duplicates and commands that begin with a space from history.
* .curlrc: Remove `max-time`Mathias Bynens2015-01-051-5/+2
| | | | Don’t globally timeout cURL operations without knowing the size of the files being downloaded. Hat tip: @necolas.
* .osx: Add back the “increase window resize speed” hackMathias Bynens2014-12-261-0/+3
| | | | | | It didn’t work in OS X 10.10 anymore, but it seems OS X 10.10.1 does support it. Ref. 4471e2732faede1d9b242cb547de8005578b3d10.
* brew.sh: Fix copy-paste typoAndrew M2014-12-221-1/+1
| | | | Closes #472.
* .gitconfig: Prevent showing files whose names contain non-ASCII symbols as ↵Michael Kühnel2014-12-191-0/+4
| | | | | | | | unversioned http://michael-kuehnel.de/git/2014/11/21/git-mac-osx-and-german-umlaute.html Closes #460.
* .osx: Revert to plain `killall` without `-HUP`Mathias Bynens2014-12-191-1/+1
| | | | | | This reverts commit 07cd2632f56be58a5c1ba41a830e537e34f24e5f. Ref. #469.
* .osx: Kill apps with `-HUP` to make sure they restartAaron Zauner2014-12-191-1/+1
| | | | | | 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.
* brew.sh: Install speedtest_cliMathias Bynens2014-12-171-0/+1
| | | | Hat tip: @bramus – https://www.bram.us/2014/12/17/speedtest-cli/
* README: Tweak `~/.path` exampleMathias Bynens2014-12-111-2/+2
|
* .osx: Remove “increase window resize speed”Mathias Bynens2014-11-282-4/+1
| | | | Sadly, this doesn’t work anymore in OS X 10.10.