| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
Fix the `.osx` script so that it correctly sets the custom terminal theme, and the change will be persistent.
Closes #492.
|
|
|
|
|
|
| |
Simplify and improve the `httpcompression` script while also modifying it so that it accepts multiple URLs and checks if `cURL` is installed.
Closes #491.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Thanks to @bramstein for creating these formulae!
https://twitter.com/bram_stein/status/556357864038883328
|
|
|
|
| |
This includes a more up-to-date `ssh` binary.
|
|
|
|
| |
This was removed by mistake in 216a63328e9df1479c0f4790444afaccd16c80e5. Thanks to @alrra for spotting it!
|
|
|
|
| |
Omit duplicates and commands that begin with a space from history.
|
|
|
|
| |
Don’t globally timeout cURL operations without knowing the size of the files being downloaded. Hat tip: @necolas.
|
|
|
|
|
|
| |
It didn’t work in OS X 10.10 anymore, but it seems OS X 10.10.1 does support it.
Ref. 4471e2732faede1d9b242cb547de8005578b3d10.
|
|
|
|
| |
Closes #472.
|
|
|
|
|
|
|
|
| |
unversioned
http://michael-kuehnel.de/git/2014/11/21/git-mac-osx-and-german-umlaute.html
Closes #460.
|