aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .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.
* .vimrc: Avoid creating backups when editing files in `/tmp`Mathias Bynens2014-07-031-0/+3
| | | | See http://vim.wikia.com/wiki/Editing_crontab.
* .bash_prompt: Interpret escape sequences correctly in all casesApril Arcus2014-06-231-1/+1
| | | | Closes #407.
* .bash_prompt: Add back escape sequencesMathias Bynens2014-06-201-9/+9
| | | | Fixes #403.
* .bash_prompt: Avoid double-escaping ANSI codesStefan Crain2014-06-171-13/+13
| | | | Fixes #399 and closes #402.
* Add `.editorconfig`Mathias Bynens2014-06-161-0/+8
| | | | See <http://editorconfig.org/>.
* .gitconfig: Add default Git `push.default` configHaralan Dobrev2014-06-141-0/+7
| | | | | | Use the backwards-compatible `matching` setting by default. On machines with newer Git installations, it avoids the annoying Git warning, and it can be overriden to use `simple` instead in `~/.extra`. Closes #400.
* init: Use the Solarized Dark theme in Sublime TextMathias Bynens2014-06-081-6/+7
|
* .gitconfig: Tweak `diff` colorsMathias Bynens2014-06-081-2/+2
|
* .gitconfig: Remove `push.default`Mathias Bynens2014-06-081-4/+0
| | | | | | This was causing issues on servers that don’t have an up-to-date Git installation. As a workaround, I decided to remove this from `.gitconfig` and add this to `~/.extra` for my laptop only: git config --global push.default simple
* Enable Solarized Dark theme in VimMathias Bynens2014-06-075-412/+977
|
* Update Bash prompt to match the Solarized themeMathias Bynens2014-06-077-352/+345
| | | | Screenshot: http://i.imgur.com/EkEtphC.png
* .bash_profile: Enable Bash completion if `/etc/bash_completion` exists tooOliver Schrenk2014-06-071-0/+2
| | | | | | This is useful on Linux. Ref. #278.
* Brewfile: Install a more recent version of `screen`Adam2014-06-071-3/+1
| | | | Closes #295.
* .osx: Disable the Launchpad gestureSimon Owen Design2014-06-071-0/+3
| | | | Closes #316.
* .screenrc: Add some more settingsIldar Sagdejev2014-06-071-0/+6
| | | | Closes #334.
* .osx: Only install custom Terminal profile onceMarkus Amalthea Magnuson2014-06-071-4/+8
| | | | Closes #336 and #337.
* .osx: Add (commented-out) instructions on how to set the wallpaperErwann Mest2014-06-071-0/+6
| | | | Closes #356.
* .gitconfig: Improve configurationHaralan Dobrev2014-06-071-7/+23
| | | | Closes #366.
* Caskfile: Update Tor formula nameDr. Mick Schroeder2014-06-071-1/+1
| | | | Closes #388.
* Remove some things that I don’t useMathias Bynens2014-06-079-257/+218
| | | | This commit drops some aliases, functions, and settings from the project that I wasn’t using at all. It also cleans up some of the remaining code.
* .curlrc: Set connection timeout to 60 secondsMathias Bynens2014-06-071-0/+4
| | | | This matches the setting in `.wgetrc`.
* Brewfile: Install BFG Repo-CleanerMathias Bynens2014-05-281-0/+1
|
* bootstrap.sh: Make `rsync` output numbers in a human-readable formatribmo2014-05-131-1/+1
| | | | Closes #383.
* Brewfile: Install Node with npmMathias Bynens2014-05-131-1/+1
| | | | Ref. https://github.com/Homebrew/homebrew/pull/28075. Closes #362.
* Brewfile: add instructions on how to change the default shell to Bash 4Mathias Bynens2014-05-121-0/+1
|
* .bash_profile: Enable tab completion for `git` and `g`Mathias Bynens2014-05-122-3/+11
| | | | Closes #197.
* .bash_prompt: Speed up the Git commands for the promptHaralan Dobrev2014-05-122-6/+9
| | | | Fixes #227 and closes #380.
* Brewfile: Install `hashpump`Mathias Bynens2014-05-111-1/+2
|
* .gitconfig: Make sure `go` never overrides branchesThanasis Polychronakis2014-05-071-1/+1
| | | | Closes #357. Thanks to @yukideluxe!
* Caskfile: Move `phinze/cask` to `caskroom/cask`Vincent Klaiber2014-05-051-1/+1
| | | | | | Homebrew Cask has been moved to https://github.com/caskroom/homebrew-cask. Closes #375.
* Brewfile: Fix PHP 5.5 installationMathias Bynens2014-05-031-1/+1
| | | | Thanks to @interputed for the heads up: https://github.com/mathiasbynens/dotfiles/commit/a76db30d6529e41138009fe3dc67f21ba782496e#commitcomment-6200104
* .osx: Don’t show hidden files by defaultMathias Bynens2014-05-011-1/+1
| | | | Most of the time I don’t need it, and when I do, I can temporarily enable it using the `show` alias, and revert it using the `hide` alias.
* Brewfile: Install PHP 5.5 with GMP supportMathias Bynens2014-04-281-1/+1
|