aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* .osx: Use `-array` instead of `-array ""`Mathias Bynens2014-11-201-1/+1
| | | | Ref. #350.
* .osx: Fix comment for menu bar itemsTao Wu2014-11-191-1/+1
| | | | Closes #459.
* Add .gdbinitMathias Bynens2014-11-141-0/+1
|
* .osx: Add Yosemite’s search results for SpotlightAlex Guerrero2014-11-141-2/+15
| | | | | | Yosemite introduces new Spotlight search results, and if you don’t add it to `defaults write com.apple.spotlight orderedItems` it will be removed from the System Preferences → Spotlight → Search Results` list with no way to re-enable them through the System Preferences panel. Closes #456.
* .osx: Disable Spotlight suggestions from SafariAlex Guerrero2014-11-131-0/+1
| | | | | | Safari has a “Spotlight Suggestions” setting that, if left enabled, will send a copy of all search queries to Apple. Closes #455.
* brew.sh: Update `gnu-sed` optionDaniel Craig Jallits2014-11-131-1/+1
| | | | Closes #454.
* .osx: Update `iOS Simulator.app` pathVincent Klaiber2014-11-121-1/+1
| | | | | | The iOS Simulator app has been moved. Closes #452.
* brew.sh: Install Lua the new wayDavid Gitman2014-11-121-2/+1
| | | | Closes #453.
* .functions: Make `mkd` `cd` into the last directory in the listJoey Hoer2014-11-051-1/+1
| | | | | | …rather than the first. Closes #447 and #450.
* .aliases: Remove npmjs.eu referenceRémi Gérard-Marchant2014-11-031-3/+0
| | | | | | See the deprecation notice: http://npmjs.eu/ Closes #448.
* .exports: Remove `export HOMEBREW_CASK_OPTS`Alex DiLiberto2014-11-011-3/+0
| | | | | | It’s not needed anymore now that the `Caskfile` has been removed. Closes #446.
* brew.sh: Use `--with-iri` for `wget`Daniel Craig Jallits2014-10-311-1/+1
| | | | | | The older `--enable-iri` flag is deprecated. Closes #445.
* .vimrc: Enable `g:solarized_termtrans`Mathias Bynens2014-10-311-0/+1
| | | | | | | | It improves the display in OS X Terminal.app. http://ethanschoonover.com/solarized/vim-colors-solarized Ref. #425.
* .bash_profile: Support multiple hosts in SSH completionEmil Bay2014-10-301-1/+1
| | | | | | | | | | | | | | | Useful in cases such as: ``` Host vm1 vm2 vm3 vm4 Host localhost # ... ``` Simply adding a `-` to `tr` fixes this. Closes #437.
* Use `brew.sh` instead of `Brewfile`Mathias Bynens2014-10-304-116/+96
| | | | | | Also, remove `Caskfile` since I didn’t use it. Closes #428.
* .osx: Make Yosemite Safari more usefulMathias Bynens2014-10-201-0/+7
|
* .osx: Don’t send Safari search queries to AppleMathias Bynens2014-10-201-0/+3
|
* .aliases: Update `npm` the right wayRémi Gérard-Marchant2014-10-181-1/+1
| | | | | | `npm install npm -g` is the new recommended way to update npm as specified in the npm-faq at https://github.com/npm/npm/blob/master/doc/misc/npm-faq.md. Closes #423.
* .osx: Use the system-native print preview dialog in Chromedaboe012014-10-181-0/+4
| | | | Closes #434.
* .osx: Remove a few commands that no longer have any effect in YosemiteAlex Dunn2014-10-181-10/+1
| | | | Closes #436.
* .osx: Disable transparency in the menu bar and elsewhere on YosemiteMathias Bynens2014-10-181-0/+3
|
* Brewfile: add binutils and ciferMathias Bynens2014-10-161-0/+2
|
* Brewfile: add some CTF toolsMathias Bynens2014-10-011-7/+23
| | | | See https://github.com/ctfs/write-ups for more info.
* .gitconfig: Add alias to merge GitHub pull requestCătălin Mariș2014-09-201-0/+12
| | | | | | Ref. https://help.github.com/articles/checking-out-pull-requests-locally Closes #422.
* .functions: Improve `getcertnames`Mathias Bynens2014-09-011-11/+11
|
* Update URLsMathias Bynens2014-09-012-3/+3
|
* .functions: Add SNI support in `getcertnames`Mathias Bynens2014-09-011-1/+1
|
* .vimrc: Treat `.md` files as MarkdownJevgeni Zelenkov2014-08-221-0/+2
| | | | | | | | `filetype` is set implicitly, without using setfiletype, because `*.md` is already associated with Modula-2 files and `setfiletype` doesn’t allow `filetype` to be set twice. `setlocal` is used to apply a new `filetype` value for each Markdown file as it is being added to the buffer. Fixes #418. Closes #419.
* Update URLsMathias Bynens2014-08-222-2/+2
|
* .osx: Disable the all-too-sensitive backswipe on ChromeSindre Sorhus2014-08-131-0/+4
| | | | Closes #416.
* .osx: Use `sudo` for `systemsetup`Lars Kappert2014-08-131-4/+4
| | | | Closes #415.
* .aliases: Remove the now-broken `whois` aliasMathias Bynens2014-07-051-3/+0
| | | | Closes #397.