junv
aefd0e7a74
add some useful packages
2016-03-13 18:34:34 +08:00
junv
a39f50bc24
remove some useless configuration and add brew install htop and gitextras
2016-03-13 18:21:35 +08:00
Craig Davison and Mathias Bynens
ec493f5b1b
.osx: Remove duplicate disablelocal setting
...
This setting is already set under the “Time Machine” section.
Closes #631 .
2016-02-29 14:12:52 +01:00
Mathias Bynens
6f0c680073
bin: Remove httpcompression
...
@alrra maintains it now. Hopefully it can be moved to its own repository and installed through npm/brew soon.
See https://github.com/alrra/dotfiles/issues/18 .
2016-02-29 14:10:34 +01:00
Ethan Pogrebizsky and Mathias Bynens
ecf3e3731a
.bash_prompt: Improve terminal title
...
Closes #625 .
2016-02-15 14:35:08 +01:00
Steve Mao and Mathias Bynens
8654ead31b
.bash_prompt: Improve title
...
This will set the title of the current terminal tab to the name of the folder you are in rather than the whole path.
Closes #623 .
2016-02-14 11:35:02 +01:00
nowherecat and Mathias Bynens
513f809f42
.osx: Show the /Volumes folder
...
Closes #621 .
2016-02-13 11:14:30 +01:00
contrixed and Mathias Bynens
153d1a3396
.functions: Improve fs
...
Accept file names with a dash without interpreting them as a command-line flag. Found by running `shellcheck`.
Closes #565 .
2016-02-13 11:11:32 +01:00
Mathias Bynens
16a5d85d17
brew.sh: Add testssl
...
https://github.com/drwetter/testssl.sh
2016-02-01 09:52:46 +01:00
Christian Vuerings and Mathias Bynens
e7ef66da4f
brew.sh: Upgrade to PHP 5.6 (from 5.5)
...
PHP 5.5 caused a segmentation fault when trying to run `arc`, the `anarcist` command.
Ref. https://stackoverflow.com/a/33512066/96656 .
Closes #617 .
2016-01-17 19:40:13 +01:00
Michał Gołębiowski and Mathias Bynens
b98a6597c4
.osx: Update Simulator paths for El Capitan
...
Closes #616 .
2016-01-16 20:56:01 +01:00
Alex Guerrero and Mathias Bynens
dc4f1d34dc
.osx: Prevent Photos from opening automatically
...
Closes #608 .
2016-01-14 12:56:19 +01:00
Joey Hoer and Mathias Bynens
4b7d29dcc6
bin: Add Brotli and LZMA to httpcompression
...
Closes #613 .
2016-01-07 15:50:56 +01:00
Mathias Bynens
ed0019b7f8
.osx: Disable the over-the-top focus ring animation
...
See http://arstechnica.com/apple/2014/10/os-x-10-10/5/ for an example.
Closes #511 .
2015-12-07 12:08:52 +01:00
Cătălin Mariș and Mathias Bynens
cc5a019cef
.gitconfig: Improve mpr command
...
Change the `mpr` command so that it merges the specified pull request into the current branch¹, or if a branch name is specified², into the specified branch.
¹ git mpr <number>
² git mpr <number> <branch_name>
Closes #607 .
2015-12-01 13:30:02 +01:00
Troy Harvey and Mathias Bynens
82ff5bff91
.osx: Show only open applications in the Dock
...
Closes #604 .
2015-11-30 11:58:16 +01:00
Bogdan Cismariu and Mathias Bynens
7d43ff6f8f
.bash_prompt: Improve escape sequences
...
Closes #598 . See https://github.com/mathiasbynens/dotfiles/pull/598#issuecomment-157090316 .
2015-11-17 01:11:07 +04:00
Mathias Bynens
d6d083aa99
.osx: Bypass t.co URLs in Tweetbot
...
Hat tip: https://twitter.com/dermdaly/status/664065150329163777
2015-11-12 11:37:19 +01:00
Mathias Bynens
60e57d4745
.osx: Remove non-functional iTunes setting
...
Ref. https://github.com/mathiasbynens/dotfiles/commit/cd88be0faec8b794e2ed6d145896f464125429b4#commitcomment-14145185 . Thanks to @chdiza!
2015-11-10 09:50:59 +01:00
Mathias Bynens
9106157694
.exports: Add PYTHONIOENCODING
...
https://docs.python.org/2/using/cmdline.html#envvar-PYTHONIOENCODING
2015-11-03 13:50:43 +01:00
Kevin Deldycke and Mathias Bynens
2a8a8450bc
.osx: Don’t enable “secure empty trash”
...
This feature has been removed, sadly, so enabling has no effect anymore.
https://support.apple.com/en-us/HT205267#CVE-2015-5901
Closes #596 .
2015-11-03 13:46:10 +01:00
Hassan Khan and Mathias Bynens
cd88be0fae
.osx: Stop iTunes from automatically syncing connected devices
...
Closes #593 .
2015-10-29 14:52:40 +01:00
William Santos and Mathias Bynens
c0098b62c3
.aliases: Enable colored grep output
...
Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`.
Closes #467 and #590 .
2015-10-26 14:30:57 +01:00
Mathias Bynens
c2c70b495b
.osx: Fix typo
...
Fixes #592 .
2015-10-23 09:07:11 +02:00
Vítor Galvão and Mathias Bynens
d6598592e3
.osx: Simplify killall redirection
...
`&>` is the same as `2>&1`.
Closes #589 .
2015-10-18 09:53:27 -04:00
Mathias Bynens
6739605ade
.exports: Update Node environment variables
...
Thanks to @alrra for the heads up in https://github.com/mathiasbynens/dotfiles/commit/9d30bd673c72ed1cadb2720fe4fb44a8ce915a2b#commitcomment-13835031 .
2015-10-18 09:46:16 -04:00
Mathias Bynens
2fe242baf2
.osx: Remove “enable text selection in Quick Look”
...
As of OS X 10.11, it no longer has any effect.
Closes #580 .
2015-10-11 19:45:02 +02:00
Kyle McNally and Mathias Bynens
c0fae30538
.exports: Add missing export commands
...
Closes #585 .
2015-10-10 18:13:19 +02:00
Mathias Bynens
afe5ae40f0
.aliases: Make emptytrash clear download history too
...
See https://mths.be/bum for more details. Thanks to @nvartolomei for the suggestion in #177 .
2015-09-21 12:17:12 +02:00
Mathias Bynens
9e09c6a0da
README: Add warning
...
Closes #530 , #575 , and #576 .
2015-09-15 13:23:31 +02:00
Mathias Bynens
c31450229d
.gitconfig: Use hexdump to diff binary files
2015-07-09 20:04:27 +02:00
Sindre Sorhus and Mathias Bynens
3a47ebe1fa
brew.sh: Add dark-mode
...
For toggling Dark Mode from the command-line.
https://github.com/sindresorhus/dark-mode
Closes #545 .
2015-05-26 08:41:08 +02:00
Federico Castagnini and Mathias Bynens
605a0102aa
.osx: Fix /private path
...
Closes #529 .
2015-05-13 15:02:18 +02:00
Mathias Bynens
f795b347aa
.gitconfig: Add push.followTags
...
Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/596347008975241216
2015-05-07 18:30:58 +02:00
Mathias Bynens
9d30bd673c
.exports: Enable persistent REPL history for node
...
This works as of io.js v2.0.0.
https://github.com/iojs/io.js/blob/v2.0.0/CHANGELOG.md#2015-05-04-version-200-rvagg
2015-05-05 14:33:09 +02:00
Vincent Klaiber and Mathias Bynens
79e415e0ed
Add --all to brew upgrade
...
Homebrew recently started to hint that everyone should update their workflows for `brew upgrade`:
> brew upgrade with no arguments will change behaviour soon! It currently upgrades all formula but this will soon change to require `--all`. Please update any workflows, documentation and scripts!
https://github.com/Homebrew/homebrew/commit/9032f165bec3d0c7452169093fab32578816043b
Closes #531 .
2015-04-30 13:54:21 +02:00
Mathias Bynens
4ce64aa819
brew.sh: Install netpbm
2015-04-30 13:53:51 +02:00
Mathias Bynens
b569363084
.osx: Update Spectacle.app keyboard shortcuts
2015-04-15 09:21:15 +02:00
Mathias Bynens
1d6664ec42
brew.sh: Use bash-completion2 for improved Bash 4 completion
...
Hat tip: @elyscape in https://github.com/mathiasbynens/dotfiles/commit/91be10dcee350465566a48cbe303686d2d989d6d#commitcomment-10654929 .
2015-04-11 17:48:42 +02:00
Mathias Bynens
c9395c28c3
brew.sh: Install git-lfs
...
https://git-lfs.github.com/
2015-04-09 12:31:07 +02:00
Mathias Bynens
7552e009ae
.osx: Expand print dialog in Chrome & Opera by default
...
https://github.com/mathiasbynens/dotfiles/pull/434#issuecomment-59643432
2015-03-30 14:32:15 +02:00
Arthur Verschaeve and Mathias Bynens
a86f87f054
.gvimrc: Don’t blink cursor in normal mode
...
Closes #43 and #473 .
2015-03-25 16:23:02 +01:00
Mathias Bynens
ea959c5706
brew.sh: Add aircrack-ng
2015-03-25 16:19:24 +01:00
Mathias Bynens
98d67fca5c
.aliases: Remove use-iojs and use-node in favor of nvm
...
https://github.com/creationix/nvm
2015-03-12 13:32:10 +01:00
Matt Tagg and Mathias Bynens
ee673f4aac
brew.sh: Add ssh-copy-id
...
`ssh-copy-id` allows one to easily set up passwordless SSH connections on a new machine. It does this by copying over your pubic key and setting the correct permissions.
It becomes as simple as `ssh-copy-id user@hostname.example.com `. Probably safer than using manual or scripted methods.
Ref. http://askubuntu.com/a/4833/42234 .
Closes #510 .
2015-03-10 09:19:09 +01:00
Michael Kühnel and Mathias Bynens
58b68ea332
.osx: Disable swipe navigation in Chrome for mouse users
...
Closes #508 .
2015-03-06 09:56:25 +01:00
Mathias Bynens
f646752640
.osx: Add Spectacle.app settings
...
Fixes #507 .
2015-03-02 11:02:04 +01:00
Cătălin Mariș and Mathias Bynens
a8bd0d4300
README: Fix @alrra’s name
...
Closes #495 .
2015-02-22 10:51:27 +01:00
Cătălin Mariș
66bcd860d9
Install io.js & add aliases to switch to io/node
...
* Install `io.js`.
https://iojs.org/en/index.html
* Add aliases to easily switch between `io.js` and `Node.js`.
https://gist.github.com/phelma/ce4eeeedb8fb9a9e8e63
2015-02-20 18:53:49 +02:00
Cătălin Mariș and Mathias Bynens
1f6ead4fca
.osx: Fix code that sets the custom terminal theme
...
Fix the `.osx` script so that it correctly sets the custom terminal theme, and the change will be persistent.
Closes #492 .
2015-02-04 20:07:10 +01:00