aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* .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
|
* Brewfile: Install `ucspi-tcp`, if only for `tcpserver`Mathias Bynens2014-04-271-0/+1
|
* .osx: Don’t reset the desktop wallpaper when resetting LaunchpadNick Budidharma2014-04-271-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 Bynens2014-04-261-0/+1
|
* .functions: Make `gi` accept any number of argumentsCătălin Mariș2014-04-151-2/+1
| | | | Closes #367.
* Brewfile: Install some more useful toolsMathias Bynens2014-04-151-2/+5
|
* Brewfile: Install GNU `sed`Mathias Bynens2014-04-141-1/+3
|
* Install casks via CaskfileHaralan Dobrev2014-04-074-27/+28
| | | | | | `brew bundle` can now be used for casks as well. Closes #365.
* .osx: Update iOS Simulator symlinkMathias Bynens2014-03-281-1/+1
|
* .aliases: Use `en0` for `localip`Mathias Bynens2014-03-281-1/+1
|
* .osx: Add ExpandedStateFor* variants for OS X 10.9Mathias Bynens2014-03-221-0/+2
| | | | Closes #361.
* .exports: Explicitly use UTF-8 even for `LANG`Mathias Bynens2014-03-211-1/+1
|
* .osx: Comment computer name settingsMathias Bynens2014-03-061-4/+4
| | | | It’s good to have these commands here as a reference, but it’s annoying when running `.osx` on multiple computers in the same network.
* .osx: Remove “disable opening and closing window animations”Mathias Bynens2014-03-061-3/+0
| | | | | | Sadly, this doesn’t work anymore in OS X 10.9. Closes #270.
* .osx: Change minimize/maximize window effectCătălin Mariș2014-03-061-0/+3
| | | | | | By default, OS X Mavericks uses the annoying `genie` effect whenever windows are minimized/maximized. This commit changes that preference and makes OS X use the more tolerable `scale` effect. Closes #355. Ref. #270.
* .osx: Allow installing Chrome user scripts via GitHub Gist or Userscripts.orgMathias Bynens2014-03-051-3/+3
|
* .cask: Add Opera, Opera Developer and Opera NextCătălin Mariș2014-03-051-2/+5
| | | | Closes #348.
* .osx: Add missing valueCătălin Mariș2014-03-051-1/+1
| | | | | | | | In order to properly overwrite the `key` of a `domain`, `defaults` needs to be provided with a valid `value` for the `key`: `defaults write <domain> <key> <value>` Closes #350.
* .gitconfig: Explicitly disable `indent-with-non-tab`Luveen Rupchand Wadhwani2014-03-051-3/+2
| | | | | | | | Don’t use `indent-with-non-tab`. This config flag is PERNICIOUS. If turned on, Git won’t tell you that you indented your code incorrectly. Instead, when it is pushing your changes to your remote repo, Git will silently convert any consecutive 8-space strings it sees into tab characters. This can be highly undesirable, especially if you collaborate with a team that expects the code to be indented using spaces instead of tabs. At the very least, the comment above this line should very clearly explain the fact that `indent-with-non-tab` does more than advertised in the `git-config man page (https://www.kernel.org/pub/software/scm/git/docs/git-config.html). Closes #351.
* .osx: Remove old keyboard illumination settingsMathias Bynens2014-03-041-5/+0
| | | | | | These commands don’t have any effect anymore in OS X 10.9. Closes #327.
* .functions: Add `a` alias for `atom`Christian Gärtner2014-03-041-0/+10
| | | | Closes #349.