Alex Dunn and Mathias Bynens
44169a963a
.osx: Remove a few commands that no longer have any effect in Yosemite
...
Closes #436 .
2014-10-18 12:36:09 +02:00
Mathias Bynens
8692d489d5
.osx: Disable transparency in the menu bar and elsewhere on Yosemite
2014-10-18 12:29:49 +02:00
Mathias Bynens
8b3f47b419
Brewfile: add binutils and cifer
2014-10-16 11:38:24 +02:00
Mathias Bynens
391d1884b3
Brewfile: add some CTF tools
...
See https://github.com/ctfs/write-ups for more info.
2014-10-01 22:02:44 +02:00
Cătălin Mariș and Mathias Bynens
ab9c1785d8
.gitconfig: Add alias to merge GitHub pull request
...
Ref. https://help.github.com/articles/checking-out-pull-requests-locally
Closes #422 .
2014-09-20 08:48:51 +02:00
Mathias Bynens
f89753ed06
.functions: Improve getcertnames
2014-09-01 21:59:15 +02:00
Mathias Bynens
90037c09e0
Update URLs
2014-09-01 18:20:39 +02:00
Mathias Bynens
e035fa6edf
.functions: Add SNI support in getcertnames
2014-09-01 18:20:13 +02:00
Jevgeni Zelenkov and Mathias Bynens
c0b127000f
.vimrc: Treat .md files as Markdown
...
`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 .
2014-08-22 21:53:08 +02:00
Mathias Bynens
ba2f121e8f
Update URLs
2014-08-22 21:52:36 +02:00
Sindre Sorhus and Mathias Bynens
7ed7a39d2d
.osx: Disable the all-too-sensitive backswipe on Chrome
...
Closes #416 .
2014-08-13 08:33:32 +02:00
Lars Kappert and Mathias Bynens
4a975b0111
.osx: Use sudo for systemsetup
...
Closes #415 .
2014-08-13 08:24:31 +02:00
Mathias Bynens
287f38e219
.aliases: Remove the now-broken whois alias
...
Closes #397 .
2014-07-05 08:00:54 +02:00
Mathias Bynens
4dd39b0471
.vimrc: Avoid creating backups when editing files in /tmp
...
See http://vim.wikia.com/wiki/Editing_crontab .
2014-07-03 18:47:25 +02:00
April Arcus and Mathias Bynens
fbb2c3f21c
.bash_prompt: Interpret escape sequences correctly in all cases
...
Closes #407 .
2014-06-23 19:22:39 +02:00
Mathias Bynens
ceb19ea9a4
.bash_prompt: Add back escape sequences
...
Fixes #403 .
2014-06-20 09:59:07 +02:00
Stefan Crain and Mathias Bynens
3ec5769e54
.bash_prompt: Avoid double-escaping ANSI codes
...
Fixes #399 and closes #402 .
2014-06-17 20:07:17 +02:00
Mathias Bynens
ab3e3f6f9e
Add .editorconfig
...
See <http://editorconfig.org/ >.
2014-06-16 16:02:10 +02:00
Haralan Dobrev and Mathias Bynens
1f8d15030c
.gitconfig: Add default Git push.default config
...
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 .
2014-06-14 13:32:19 +02:00
Mathias Bynens
f44b1c50f6
init: Use the Solarized Dark theme in Sublime Text
2014-06-08 11:57:06 +02:00
Mathias Bynens
e0caaf75a1
.gitconfig: Tweak diff colors
2014-06-08 11:55:35 +02:00
Mathias Bynens
0823193f6b
.gitconfig: Remove push.default
...
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
2014-06-08 11:16:57 +02:00
Mathias Bynens
7d16e8c7d3
Enable Solarized Dark theme in Vim
2014-06-07 23:16:52 +02:00
Mathias Bynens
caa3964b34
Update Bash prompt to match the Solarized theme
...
Screenshot: http://i.imgur.com/EkEtphC.png
2014-06-07 23:02:43 +02:00
Oliver Schrenk and Mathias Bynens
0a38d10ca2
.bash_profile: Enable Bash completion if /etc/bash_completion exists too
...
This is useful on Linux.
Ref. #278 .
2014-06-07 17:23:22 +02:00
Adam and Mathias Bynens
e8e515d7fe
Brewfile: Install a more recent version of screen
...
Closes #295 .
2014-06-07 17:16:56 +02:00
Simon Owen Design and Mathias Bynens
4d58cf323e
.osx: Disable the Launchpad gesture
...
Closes #316 .
2014-06-07 17:11:31 +02:00
Ildar Sagdejev and Mathias Bynens
3da2f05932
.screenrc: Add some more settings
...
Closes #334 .
2014-06-07 16:52:05 +02:00
Markus Amalthea Magnuson and Mathias Bynens
3ece8acded
.osx: Only install custom Terminal profile once
...
Closes #336 and #337 .
2014-06-07 16:47:31 +02:00
Erwann Mest and Mathias Bynens
3b364cf018
.osx: Add (commented-out) instructions on how to set the wallpaper
...
Closes #356 .
2014-06-07 16:41:38 +02:00
Haralan Dobrev and Mathias Bynens
a2cc53c7c8
.gitconfig: Improve configuration
...
Closes #366 .
2014-06-07 16:35:44 +02:00
Dr. Mick Schroeder and Mathias Bynens
fa2f220ade
Caskfile: Update Tor formula name
...
Closes #388 .
2014-06-07 16:07:54 +02:00
Mathias Bynens
3b4eb3efb6
Remove some things that I don’t use
...
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.
2014-06-07 15:59:44 +02:00
Mathias Bynens
e030845947
.curlrc: Set connection timeout to 60 seconds
...
This matches the setting in `.wgetrc`.
2014-06-07 15:20:30 +02:00
Mathias Bynens
437cb36953
Brewfile: Install BFG Repo-Cleaner
2014-05-28 07:35:21 +02:00
ribmo and Mathias Bynens
d6f8b4ec22
bootstrap.sh: Make rsync output numbers in a human-readable format
...
Closes #383 .
2014-05-13 09:57:37 +02:00
Mathias Bynens
72a05b607e
Brewfile: Install Node with npm
...
Ref. https://github.com/Homebrew/homebrew/pull/28075 . Closes #362 .
2014-05-13 09:54:11 +02:00
Mathias Bynens
be711ca72e
Brewfile: add instructions on how to change the default shell to Bash 4
2014-05-12 20:47:30 +02:00
Mathias Bynens
bc96ac1c1e
.bash_profile: Enable tab completion for git and g
...
Closes #197 .
2014-05-12 16:08:07 +02:00
Haralan Dobrev and Mathias Bynens
52abe37d2f
.bash_prompt: Speed up the Git commands for the prompt
...
Fixes #227 and closes #380 .
2014-05-12 07:08:48 +02:00
Mathias Bynens
868ef43d1c
Brewfile: Install hashpump
2014-05-11 07:50:47 +02:00
Thanasis Polychronakis and Mathias Bynens
45d8e0ddbb
.gitconfig: Make sure go never overrides branches
...
Closes #357 . Thanks to @yukideluxe!
2014-05-07 15:04:55 +02:00
Vincent Klaiber and Mathias Bynens
a231822cdd
Caskfile: Move phinze/cask to caskroom/cask
...
Homebrew Cask has been moved to https://github.com/caskroom/homebrew-cask .
Closes #375 .
2014-05-05 09:20:01 +02:00
Mathias Bynens
c32250223e
Brewfile: Fix PHP 5.5 installation
...
Thanks to @interputed for the heads up: https://github.com/mathiasbynens/dotfiles/commit/a76db30d6529e41138009fe3dc67f21ba782496e#commitcomment-6200104
2014-05-03 09:57:51 +02:00
Mathias Bynens
d31606fecc
.osx: Don’t show hidden files by default
...
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.
2014-05-01 22:06:58 +02:00
Mathias Bynens
a76db30d65
Brewfile: Install PHP 5.5 with GMP support
2014-04-28 18:43:53 +02:00
Mathias Bynens
6a9eb9e605
Brewfile: Install ucspi-tcp, if only for tcpserver
2014-04-27 21:49:52 +02:00
Nick Budidharma and Mathias Bynens
db46bccca9
.osx: Don’t reset the desktop wallpaper when resetting Launchpad
...
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 .
2014-04-27 09:39:34 +02:00
Mathias Bynens
aafc2c8227
Brewfile: Install xpdf, if only for pdfinfo
2014-04-26 09:09:12 +02:00
Cătălin Mariș and Mathias Bynens
80760af90f
.functions: Make gi accept any number of arguments
...
Closes #367 .
2014-04-15 16:25:26 +02:00