Andrew M and Mathias Bynens
9ee93d73d2
brew.sh: Fix copy-paste typo
...
Closes #472 .
2014-12-22 11:45:27 +01:00
Michael Kühnel and Mathias Bynens
b887f3a6cc
.gitconfig: Prevent showing files whose names contain non-ASCII symbols as unversioned
...
http://michael-kuehnel.de/git/2014/11/21/git-mac-osx-and-german-umlaute.html
Closes #460 .
2014-12-19 10:05:20 +01:00
Mathias Bynens
0866ff78fd
.osx: Revert to plain killall without -HUP
...
This reverts commit 07cd2632f5 .
Ref. #469 .
2014-12-19 09:36:33 +01:00
Aaron Zauner and Mathias Bynens
07cd2632f5
.osx: Kill apps with -HUP to make sure they restart
...
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 .
2014-12-19 09:33:48 +01:00
Mathias Bynens
70bca80bb1
brew.sh: Install speedtest_cli
...
Hat tip: @bramus – https://www.bram.us/2014/12/17/speedtest-cli/
2014-12-17 16:02:13 +01:00
Mathias Bynens
5137abe26e
README: Tweak ~/.path example
2014-12-11 16:50:38 +01:00
Mathias Bynens
4471e2732f
.osx: Remove “increase window resize speed”
...
Sadly, this doesn’t work anymore in OS X 10.10.
2014-11-28 19:07:39 +01:00
Mathias Bynens
6e9822e879
.osx: Use -array instead of -array ""
...
Ref. #350 .
2014-11-20 14:56:40 +01:00
Tao Wu and Mathias Bynens
411e9dc0ee
.osx: Fix comment for menu bar items
...
Closes #459 .
2014-11-19 11:36:42 +01:00
Mathias Bynens
fa0e56008b
Add .gdbinit
2014-11-14 14:17:27 +01:00
Alex Guerrero and Mathias Bynens
93535c5503
.osx: Add Yosemite’s search results for Spotlight
...
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 .
2014-11-14 12:09:15 +01:00
Alex Guerrero and Mathias Bynens
465217fbda
.osx: Disable Spotlight suggestions from Safari
...
Safari has a “Spotlight Suggestions” setting that, if left enabled, will send a copy of all search queries to Apple.
Closes #455 .
2014-11-13 18:22:33 +01:00
Daniel Craig Jallits and Mathias Bynens
987dced01b
brew.sh: Update gnu-sed option
...
Closes #454 .
2014-11-13 17:58:24 +01:00
Vincent Klaiber and Mathias Bynens
61354e562c
.osx: Update iOS Simulator.app path
...
The iOS Simulator app has been moved.
Closes #452 .
2014-11-12 11:55:07 +01:00
David Gitman and Mathias Bynens
61600943d8
brew.sh: Install Lua the new way
...
Closes #453 .
2014-11-12 08:47:46 +01:00
Joey Hoer and Mathias Bynens
b740cb4f6c
.functions: Make mkd cd into the last directory in the list
...
…rather than the first.
Closes #447 and #450 .
2014-11-05 18:19:26 +01:00
Rémi Gérard-Marchant and Mathias Bynens
7010a15b06
.aliases: Remove npmjs.eu reference
...
See the deprecation notice: http://npmjs.eu/
Closes #448 .
2014-11-03 21:01:46 +01:00
Alex DiLiberto and Mathias Bynens
f0997a53bf
.exports: Remove export HOMEBREW_CASK_OPTS
...
It’s not needed anymore now that the `Caskfile` has been removed.
Closes #446 .
2014-11-01 20:56:23 +01:00
Daniel Craig Jallits and Mathias Bynens
e32bc6cc07
brew.sh: Use --with-iri for wget
...
The older `--enable-iri` flag is deprecated.
Closes #445 .
2014-10-31 17:13:05 +01:00
Mathias Bynens
ba59d567a3
.vimrc: Enable g:solarized_termtrans
...
It improves the display in OS X Terminal.app.
http://ethanschoonover.com/solarized/vim-colors-solarized
Ref. #425 .
2014-10-31 11:23:14 +01:00
Emil Bay and Mathias Bynens
fecb8c6115
.bash_profile: Support multiple hosts in SSH completion
...
Useful in cases such as:
```
Host vm1 vm2 vm3 vm4
Host localhost
# ...
```
Simply adding a `-` to `tr` fixes this.
Closes #437 .
2014-10-30 11:05:14 +01:00
Mathias Bynens
91be10dcee
Use brew.sh instead of Brewfile
...
Also, remove `Caskfile` since I didn’t use it.
Closes #428 .
2014-10-30 10:59:19 +01:00
Mathias Bynens
6d4f94df90
.osx: Make Yosemite Safari more useful
2014-10-20 16:27:20 +02:00
Mathias Bynens
8efd4046dd
.osx: Don’t send Safari search queries to Apple
2014-10-20 10:31:52 +02:00
Rémi Gérard-Marchant and Mathias Bynens
128bb08e3e
.aliases: Update npm the right way
...
`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 .
2014-10-18 12:46:44 +02:00
daboe01 and Mathias Bynens
ad2cceb822
.osx: Use the system-native print preview dialog in Chrome
...
Closes #434 .
2014-10-18 12:43:39 +02:00
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