aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .bash_profile: Redirect all `which brew` outputHEADmasterElmar Pruesse2016-04-211-1/+1
| | | | | | On RHEL6, `which brew` prints `/usr/bin/which: no brew in …` to stderr. Changing `> /dev/null` to `&>/dev/null` redirects both stdout and stderr to `/dev/null`, silencing the check completely. Closes #650.
* brew.sh: Remove useless use of `sudo`Mathias Bynens2016-04-091-7/+1
| | | | | | Thanks to @jonnybarnes for spotting this. Closes #647.
* brew.sh: Install vbindiffMathias Bynens2016-04-061-0/+1
| | | | Probably the best binary diff tool out there.
* .gitconfig: Sign commits using GPGMathias Bynens2016-04-061-0/+6
|
* .osx: Remove duplicate `disablelocal` settingCraig Davison2016-02-291-3/+0
| | | | | | This setting is already set under the “Time Machine” section. Closes #631.
* bin: Remove `httpcompression`Mathias Bynens2016-02-291-183/+0
| | | | | | @alrra maintains it now. Hopefully it can be moved to its own repository and installed through npm/brew soon. See https://github.com/alrra/dotfiles/issues/18.
* .bash_prompt: Improve terminal titleEthan Pogrebizsky2016-02-151-3/+3
| | | | Closes #625.
* .bash_prompt: Improve titleSteve Mao2016-02-141-1/+1
| | | | | | This will set the title of the current terminal tab to the name of the folder you are in rather than the whole path. Closes #623.
* .osx: Show the `/Volumes` foldernowherecat2016-02-131-0/+3
| | | | Closes #621.
* .functions: Improve `fs`contrixed2016-02-131-1/+1
| | | | | | Accept file names with a dash without interpreting them as a command-line flag. Found by running `shellcheck`. Closes #565.
* brew.sh: Add `testssl`Mathias Bynens2016-02-011-0/+1
| | | | https://github.com/drwetter/testssl.sh
* brew.sh: Upgrade to PHP 5.6 (from 5.5)Christian Vuerings2016-01-171-1/+1
| | | | | | | | PHP 5.5 caused a segmentation fault when trying to run `arc`, the `anarcist` command. Ref. https://stackoverflow.com/a/33512066/96656. Closes #617.
* .osx: Update Simulator paths for El CapitanMichał Gołębiowski2016-01-161-2/+3
| | | | Closes #616.
* .osx: Prevent Photos from opening automaticallyAlex Guerrero2016-01-141-1/+8
| | | | Closes #608.
* bin: Add Brotli and LZMA to `httpcompression`Joey Hoer2016-01-071-1/+1
| | | | Closes #613.
* .osx: Disable the over-the-top focus ring animationMathias Bynens2015-12-071-0/+3
| | | | | | See http://arstechnica.com/apple/2014/10/os-x-10-10/5/ for an example. Closes #511.
* .gitconfig: Improve `mpr` commandCătălin Mariș2015-12-011-3/+7
| | | | | | | | | Change the `mpr` command so that it merges the specified pull request into the current branch¹, or if a branch name is specified², into the specified branch. ¹ git mpr <number> ² git mpr <number> <branch_name> Closes #607.
* .osx: Show only open applications in the DockTroy Harvey2015-11-301-0/+3
| | | | Closes #604.
* .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.