Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .functions: Add `s` to open stuff in Sublime Text | gregstallings | 2013-09-21 | 2 | -1/+9 | |
| | | | | Closes #252. | |||||
* | .functions: Add `m` to open stuff in TextMate | gregstallings | 2013-09-21 | 2 | -1/+10 | |
| | | | | Closes #253. | |||||
* | .gitconfig: Add note about whitespace defaults | Kevin Suttle | 2013-09-19 | 1 | -1/+4 | |
| | | | | Closes #256. | |||||
* | .gitconfig: Add comment about `color.ui` in Git ≥ 1.8.4 | Sindre Sorhus | 2013-09-07 | 1 | -2/+4 | |
| | | | | Ref. #239. | |||||
* | .osx: `~/.CFUserTextEncoding` can break several Adobe apps | Mathias Bynens | 2013-08-29 | 1 | -2/+2 | |
| | | | | Ref. #237. | |||||
* | .aliases: Add `chromekill` to kill all Chrome tabs to free up memory | Sindre Sorhus | 2013-08-27 | 1 | -0/+4 | |
| | | | | | | | | Useful when you have a lot of tabs open (which I always do), but you don’t want to close them. Tabs in Chrome are just processes, so we just filter out the ones we want, and kill them. Closes #236. | |||||
* | .gitconfig: Remove global remote branch | Dean Sofer | 2013-08-08 | 1 | -5/+0 | |
| | | | | | | This causes duplicate remotes to be created, potentially leading Git to throw errors when `push`ing. Closes #215. | |||||
* | bin: Point `subl` to the default ST3 location | Haralan Dobrev | 2013-08-08 | 1 | -1/+1 | |
| | | | | | | Sublime Text 3 does not use the `/Application/Sublime Text 3.app` folder by default. It uses `/Application/Sublime Text.app`. Closes #232. | |||||
* | .aliases: Add `-F` to `ls` aliases | Haralan Dobrev | 2013-08-08 | 1 | -3/+3 | |
| | | | | | | Don’t do this for the default `ls`, though. Closes #234. | |||||
* | .osx: Disable the sound effects on boot | Mathias Bynens | 2013-07-31 | 1 | -0/+3 | |
| | ||||||
* | .osx: Add GPGMail 2 settings | Mathias Bynens | 2013-07-30 | 1 | -0/+7 | |
| | | | | http://support.gpgtools.org/kb/faq-gpgmail/gpgmail-2-hidden-settings | |||||
* | .gitconfig: Improve display of astral Unicode symbols in diffs | Mathias Bynens | 2013-07-25 | 1 | -1/+1 | |
| | | | | Thanks to @holman for the tip: https://speakerdeck.com/holman/more-git-and-github-secrets?slide=38 | |||||
* | .aliases: Add `timer` | Mathias Bynens | 2013-07-25 | 1 | -0/+3 | |
| | | | | | | `timer` can be used as a stopwatch. Hat tip: https://twitter.com/tow8ie/status/360077953238962176 | |||||
* | .curlrc: Disguise as IE 9 on Windows 7 | Simon Owen Design | 2013-07-25 | 1 | -2/+2 | |
| | | | | This matches the `.wgetrc` settings. | |||||
* | .gitattributes: Disable normalizing line endings globally | Mathias Bynens | 2013-07-04 | 1 | -1/+2 | |
| | | | | | | Instead of removing `~/.gitattributes` completely, I decided to just comment out the `* text=auto` line. This makes it easier to temporarily re-enable the setting should I ever want to. Closes #149. | |||||
* | .brew: Install PHP 5.5 | Mathias Bynens | 2013-07-03 | 1 | -6/+2 | |
| | ||||||
* | .bash_profile: Remove ‘autocomplete Grunt commands’ | Mathias Bynens | 2013-07-02 | 1 | -3/+0 | |
| | | | | Closes #224. | |||||
* | .osx: Add Spotlight settings | Martin Reurings | 2013-07-02 | 1 | -0/+35 | |
| | | | | Closes #91 and #174. | |||||
* | bin: Update `subl` symlink to `Sublime Text 3.app` | Mathias Bynens | 2013-07-02 | 1 | -1/+1 | |
| | ||||||
* | README: Tweak Git-free install command | Mathias Bynens | 2013-07-02 | 1 | -1/+1 | |
| | ||||||
* | .aliases: Make Grunt print stack traces by default | Mathias Bynens | 2013-06-28 | 1 | -0/+3 | |
| | ||||||
* | bootstrap.sh: Avoid `source` if there are no changes | George Angelopoulos | 2013-06-25 | 1 | -1/+1 | |
| | | | | Closes #220. | |||||
* | Remove GPL license | Mathias Bynens | 2013-06-25 | 2 | -280/+1 | |
| | | | | The MIT license is GPL-compatible anyway, as per @sindresorhus. Ref. https://github.com/mathiasbynens/dotfiles/commit/a89e2f2d226de274c998b0b8de5fd4af2e0b444f#commitcomment-3485954. | |||||
* | .osx: Update the GitHub fork link | Jeff Byrnes | 2013-06-19 | 1 | -1/+1 | |
| | | | | Closes #221. | |||||
* | Update to Bash v4.2.45 | Mathias Bynens | 2013-06-17 | 1 | -1/+1 | |
| | ||||||
* | .gitconfig: Tweak `l` alias | Mathias Bynens | 2013-06-07 | 1 | -2/+2 | |
| | ||||||
* | .osx: Don’t automatically rearrange Spaces | Andrew Kennedy | 2013-06-06 | 1 | -2/+5 | |
| | | | | Closes #213. | |||||
* | .functions: Add `gitio` | Mathias Bynens | 2013-06-03 | 1 | -0/+9 | |
| | | | | Closes #210. | |||||
* | .bash_profile: Try to grunt more quietly | Carter McKendry | 2013-06-03 | 1 | -1/+1 | |
| | | | | Ref. #209. | |||||
* | .osx: Fix `ShowPathBar` typo | Danil Semelenov | 2013-05-29 | 1 | -1/+1 | |
| | | | | Closes #204. | |||||
* | Dual license these dotfiles under MIT/GPL | Mathias Bynens | 2013-05-21 | 3 | -1/+301 | |
| | | | | As requested by @lathan. Closes #205. | |||||
* | .functions: Improve `httpcompression` and move it to its own file | Cãtãlin Mariş | 2013-05-10 | 2 | -6/+127 | |
| | | | | Closes #162. | |||||
* | .functions: Improve `note` | Sindre Sorhus | 2013-05-10 | 1 | -8/+10 | |
| | | | | | | Give the Notes.app function the ability to add both `title` and `body`. Closes #203. | |||||
* | .functions: Add `gi` | Sindre Sorhus | 2013-05-10 | 1 | -0/+7 | |
| | | | | | | | | | This is an easy way to install Grunt plugins and add them as `devDependencies` to `package.json`. Example: gi contrib-watch contrib-uglify zopfli Closes #191. | |||||
* | .gitconfig: Use `push.default = matching` | Mathias Bynens | 2013-05-09 | 1 | -1/+1 | |
| | | | | I couldn’t get used to `simple`. | |||||
* | .functions: Tweak `targz` | Chen Cohen | 2013-05-08 | 1 | -1/+1 | |
| | | | | | | | | Trim the trailing slash from the path argument passed to `targz`. This fixes the annoying behavior where `targz foo/` created `foo/.tar.gz` instead of `foo.tar.gz`. Ref. #202. | |||||
* | README: Fix minor typo | Mathias Bynens | 2013-05-03 | 1 | -4/+1 | |
| | ||||||
* | README: Update contributors list | Mathias Bynens | 2013-05-03 | 1 | -6/+8 | |
| | | | | Add @sindresorhus and @alrra because of their many contributions. Sort the list alphabetically. | |||||
* | .osx: Update filename for Dropbox’s green checkmark icon | Mathias Bynens | 2013-05-03 | 1 | -2/+1 | |
| | ||||||
* | .brew: Add some more applications | Mathias Bynens | 2013-05-03 | 1 | -0/+3 | |
| | ||||||
* | .brew: Install native apps through homebrew-cask | Mathias Bynens | 2013-05-02 | 2 | -1/+29 | |
| | | | | Closes #200. | |||||
* | bootstrap.sh: Don’t make the home directory world-readable | Mathias Bynens | 2013-05-01 | 1 | -1/+1 | |
| | | | | Fixes #159. | |||||
* | .functions: Improve `targz` | Mathias Bynens | 2013-05-01 | 2 | -8/+24 | |
| | | | | | | | | * Only use `zopfli` when it’s available and if the `.tar` file is smaller than 50 MB. * Use `pigz` instead of `gzip` when it’s available. * Always exclude `.DS_Store` files when creating a tarball. Closes #199. | |||||
* | .functions: Avoid `rm` error message in `targz` when `gzip` is used | Mathias Bynens | 2013-04-29 | 1 | -1/+1 | |
| | ||||||
* | .functions: Add `targz` | Mathias Bynens | 2013-04-29 | 1 | -0/+14 | |
| | | | | `targz some-directory` creates `some-directory.tar.gz`, where compression is handled by either `zopfli` (if available) or `gzip`. | |||||
* | README: Add author field | Mathias Bynens | 2013-04-28 | 1 | -0/+6 | |
| | ||||||
* | Update shebangs | AJ Acevedo | 2013-04-27 | 3 | -3/+3 | |
| | | | | | | If the user installs a custom Bash build, why not use it? Ref. #196 and #198. | |||||
* | .osx: Add possible values for AppleShowScrollBars | Gabriel Izaias | 2013-04-22 | 1 | -0/+1 | |
| | | | | Ref. #170. | |||||
* | bootstrap.sh: Pull from the master branch explicitly | Mathias Bynens | 2013-04-19 | 1 | -1/+1 | |
| | ||||||
* | .exports: Always enable colored `grep` output | Mathias Bynens | 2013-04-19 | 1 | -0/+3 | |
| |