| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Thanks to @jonnybarnes for spotting this.
Closes #647.
|
|
|
|
| |
Probably the best binary diff tool out there.
|
| |
|
|
|
|
|
|
| |
This setting is already set under the “Time Machine” section.
Closes #631.
|
|
|
|
|
|
| |
@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.
|
|
|
|
| |
Closes #625.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Closes #621.
|
|
|
|
|
|
| |
Accept file names with a dash without interpreting them as a command-line flag. Found by running `shellcheck`.
Closes #565.
|
|
|
|
| |
https://github.com/drwetter/testssl.sh
|
|
|
|
|
|
|
|
| |
PHP 5.5 caused a segmentation fault when trying to run `arc`, the `anarcist` command.
Ref. https://stackoverflow.com/a/33512066/96656.
Closes #617.
|
|
|
|
| |
Closes #616.
|
|
|
|
| |
Closes #608.
|
|
|
|
| |
Closes #613.
|
|
|
|
|
|
| |
See http://arstechnica.com/apple/2014/10/os-x-10-10/5/ for an example.
Closes #511.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Closes #604.
|
|
|
|
| |
Closes #598. See https://github.com/mathiasbynens/dotfiles/pull/598#issuecomment-157090316.
|
|
|
|
| |
Hat tip: https://twitter.com/dermdaly/status/664065150329163777
|
|
|
|
| |
Ref. https://github.com/mathiasbynens/dotfiles/commit/cd88be0faec8b794e2ed6d145896f464125429b4#commitcomment-14145185. Thanks to @chdiza!
|
|
|
|
| |
https://docs.python.org/2/using/cmdline.html#envvar-PYTHONIOENCODING
|
|
|
|
|
|
|
|
| |
This feature has been removed, sadly, so enabling has no effect anymore.
https://support.apple.com/en-us/HT205267#CVE-2015-5901
Closes #596.
|
|
|
|
| |
Closes #593.
|
|
|
|
|
|
| |
Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`.
Closes #467 and #590.
|
|
|
|
| |
Fixes #592.
|
|
|
|
|
|
| |
`&>` is the same as `2>&1`.
Closes #589.
|
|
|
|
| |
Thanks to @alrra for the heads up in https://github.com/mathiasbynens/dotfiles/commit/9d30bd673c72ed1cadb2720fe4fb44a8ce915a2b#commitcomment-13835031.
|
|
|
|
|
|
| |
As of OS X 10.11, it no longer has any effect.
Closes #580.
|
|
|
|
| |
Closes #585.
|
|
|
|
| |
See https://mths.be/bum for more details. Thanks to @nvartolomei for the suggestion in #177.
|
|
|
|
| |
Closes #530, #575, and #576.
|
| |
|
|
|
|
|
|
|
|
| |
For toggling Dark Mode from the command-line.
https://github.com/sindresorhus/dark-mode
Closes #545.
|
|
|
|
| |
Closes #529.
|
|
|
|
| |
Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/596347008975241216
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Hat tip: @elyscape in https://github.com/mathiasbynens/dotfiles/commit/91be10dcee350465566a48cbe303686d2d989d6d#commitcomment-10654929.
|
|
|
|
| |
https://git-lfs.github.com/
|
|
|
|
| |
https://github.com/mathiasbynens/dotfiles/pull/434#issuecomment-59643432
|
|
|
|
| |
Closes #43 and #473.
|
| |
|
|
|
|
| |
https://github.com/creationix/nvm
|
|
|
|
|
|
|
|
|
|
| |
`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.
|
|
|
|
| |
Closes #508.
|
|
|
|
| |
Fixes #507.
|
|
|
|
| |
Closes #495.
|