Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URLs | Mathias Bynens | 2014-09-01 | 2 | -3/+3 |
| | |||||
* | .functions: Add SNI support in `getcertnames` | Mathias Bynens | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | .vimrc: Treat `.md` files as Markdown | Jevgeni Zelenkov | 2014-08-22 | 1 | -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 URLs | Mathias Bynens | 2014-08-22 | 2 | -2/+2 |
| | |||||
* | .osx: Disable the all-too-sensitive backswipe on Chrome | Sindre Sorhus | 2014-08-13 | 1 | -0/+4 |
| | | | | Closes #416. | ||||
* | .osx: Use `sudo` for `systemsetup` | Lars Kappert | 2014-08-13 | 1 | -4/+4 |
| | | | | Closes #415. | ||||
* | .aliases: Remove the now-broken `whois` alias | Mathias Bynens | 2014-07-05 | 1 | -3/+0 |
| | | | | Closes #397. | ||||
* | .vimrc: Avoid creating backups when editing files in `/tmp` | Mathias Bynens | 2014-07-03 | 1 | -0/+3 |
| | | | | See http://vim.wikia.com/wiki/Editing_crontab. | ||||
* | .bash_prompt: Interpret escape sequences correctly in all cases | April Arcus | 2014-06-23 | 1 | -1/+1 |
| | | | | Closes #407. | ||||
* | .bash_prompt: Add back escape sequences | Mathias Bynens | 2014-06-20 | 1 | -9/+9 |
| | | | | Fixes #403. | ||||
* | .bash_prompt: Avoid double-escaping ANSI codes | Stefan Crain | 2014-06-17 | 1 | -13/+13 |
| | | | | Fixes #399 and closes #402. | ||||
* | Add `.editorconfig` | Mathias Bynens | 2014-06-16 | 1 | -0/+8 |
| | | | | See <http://editorconfig.org/>. | ||||
* | .gitconfig: Add default Git `push.default` config | Haralan Dobrev | 2014-06-14 | 1 | -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 Text | Mathias Bynens | 2014-06-08 | 1 | -6/+7 |
| | |||||
* | .gitconfig: Tweak `diff` colors | Mathias Bynens | 2014-06-08 | 1 | -2/+2 |
| | |||||
* | .gitconfig: Remove `push.default` | Mathias Bynens | 2014-06-08 | 1 | -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 Vim | Mathias Bynens | 2014-06-07 | 5 | -412/+977 |
| | |||||
* | Update Bash prompt to match the Solarized theme | Mathias Bynens | 2014-06-07 | 7 | -352/+345 |
| | | | | Screenshot: http://i.imgur.com/EkEtphC.png | ||||
* | .bash_profile: Enable Bash completion if `/etc/bash_completion` exists too | Oliver Schrenk | 2014-06-07 | 1 | -0/+2 |
| | | | | | | This is useful on Linux. Ref. #278. | ||||
* | Brewfile: Install a more recent version of `screen` | Adam | 2014-06-07 | 1 | -3/+1 |
| | | | | Closes #295. | ||||
* | .osx: Disable the Launchpad gesture | Simon Owen Design | 2014-06-07 | 1 | -0/+3 |
| | | | | Closes #316. | ||||
* | .screenrc: Add some more settings | Ildar Sagdejev | 2014-06-07 | 1 | -0/+6 |
| | | | | Closes #334. | ||||
* | .osx: Only install custom Terminal profile once | Markus Amalthea Magnuson | 2014-06-07 | 1 | -4/+8 |
| | | | | Closes #336 and #337. | ||||
* | .osx: Add (commented-out) instructions on how to set the wallpaper | Erwann Mest | 2014-06-07 | 1 | -0/+6 |
| | | | | Closes #356. | ||||
* | .gitconfig: Improve configuration | Haralan Dobrev | 2014-06-07 | 1 | -7/+23 |
| | | | | Closes #366. | ||||
* | Caskfile: Update Tor formula name | Dr. Mick Schroeder | 2014-06-07 | 1 | -1/+1 |
| | | | | Closes #388. | ||||
* | Remove some things that I don’t use | Mathias Bynens | 2014-06-07 | 9 | -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 seconds | Mathias Bynens | 2014-06-07 | 1 | -0/+4 |
| | | | | This matches the setting in `.wgetrc`. | ||||
* | Brewfile: Install BFG Repo-Cleaner | Mathias Bynens | 2014-05-28 | 1 | -0/+1 |
| | |||||
* | bootstrap.sh: Make `rsync` output numbers in a human-readable format | ribmo | 2014-05-13 | 1 | -1/+1 |
| | | | | Closes #383. | ||||
* | Brewfile: Install Node with npm | Mathias Bynens | 2014-05-13 | 1 | -1/+1 |
| | | | | Ref. https://github.com/Homebrew/homebrew/pull/28075. Closes #362. | ||||
* | Brewfile: add instructions on how to change the default shell to Bash 4 | Mathias Bynens | 2014-05-12 | 1 | -0/+1 |
| | |||||
* | .bash_profile: Enable tab completion for `git` and `g` | Mathias Bynens | 2014-05-12 | 2 | -3/+11 |
| | | | | Closes #197. | ||||
* | .bash_prompt: Speed up the Git commands for the prompt | Haralan Dobrev | 2014-05-12 | 2 | -6/+9 |
| | | | | Fixes #227 and closes #380. | ||||
* | Brewfile: Install `hashpump` | Mathias Bynens | 2014-05-11 | 1 | -1/+2 |
| | |||||
* | .gitconfig: Make sure `go` never overrides branches | Thanasis Polychronakis | 2014-05-07 | 1 | -1/+1 |
| | | | | Closes #357. Thanks to @yukideluxe! | ||||
* | Caskfile: Move `phinze/cask` to `caskroom/cask` | Vincent Klaiber | 2014-05-05 | 1 | -1/+1 |
| | | | | | | Homebrew Cask has been moved to https://github.com/caskroom/homebrew-cask. Closes #375. | ||||
* | Brewfile: Fix PHP 5.5 installation | Mathias Bynens | 2014-05-03 | 1 | -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 default | Mathias Bynens | 2014-05-01 | 1 | -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 support | Mathias Bynens | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | Brewfile: Install `ucspi-tcp`, if only for `tcpserver` | Mathias Bynens | 2014-04-27 | 1 | -0/+1 |
| | |||||
* | .osx: Don’t reset the desktop wallpaper when resetting Launchpad | Nick Budidharma | 2014-04-27 | 1 | -2/+2 |
| | | | | | | Files like `530142A0-6AEC-4921-A3A7-7C2B72FFF6E3.db` and `desktoppicture.db` exist in `~/Library/Application\ Support/Dock`, so let’s add a `-` with a wildcard `*` to both sides to ensure we don’t delete `desktoppicture.db` and reset the desktop wallpaper. Closes #370. | ||||
* | Brewfile: Install `xpdf`, if only for `pdfinfo` | Mathias Bynens | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | .functions: Make `gi` accept any number of arguments | Cătălin Mariș | 2014-04-15 | 1 | -2/+1 |
| | | | | Closes #367. | ||||
* | Brewfile: Install some more useful tools | Mathias Bynens | 2014-04-15 | 1 | -2/+5 |
| | |||||
* | Brewfile: Install GNU `sed` | Mathias Bynens | 2014-04-14 | 1 | -1/+3 |
| | |||||
* | Install casks via Caskfile | Haralan Dobrev | 2014-04-07 | 4 | -27/+28 |
| | | | | | | `brew bundle` can now be used for casks as well. Closes #365. | ||||
* | .osx: Update iOS Simulator symlink | Mathias Bynens | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | .aliases: Use `en0` for `localip` | Mathias Bynens | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | .osx: Add ExpandedStateFor* variants for OS X 10.9 | Mathias Bynens | 2014-03-22 | 1 | -0/+2 |
| | | | | Closes #361. |