Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .wgetrc: Remove the `local_encoding` setting for now | Mathias Bynens | 2012-03-22 | 1 | -1/+4 | |
| | | | | Is it possible to conditionally configure a wget setting, only if it’s supported by the current wget build? http://unix.stackexchange.com/q/34730/6040 | |||||
* | .wgetrc: Remove the `iri` command | Mathias Bynens | 2012-03-21 | 1 | -3/+0 | |
| | | | | It’s enabled by default on builds that support it, and setting in other builds throws an error. | |||||
* | .screenrc: Initial commit | Mathias Bynens | 2012-03-19 | 1 | -0/+2 | |
| | | | | Inspired by @janmoesen’s .screenrc. | |||||
* | .wgetrc: Initial commit | Mathias Bynens | 2012-03-19 | 1 | -0/+38 | |
| | | | | Disclaimer: most of these settings have been stolen from @janmoesen’s extremely well-commented .wgetrc. | |||||
* | .functions: Add `gurl` function for gzip-enabled `curl` | Mathias Bynens | 2012-03-15 | 1 | -0/+5 | |
| | | | | Inspired by @bluesmoon: http://twitter.com/bluesmoon/status/179982379098710017 | |||||
* | .osx: Disable the “reopen windows when logging back in” option | Mathias Bynens | 2012-03-15 | 1 | -0/+5 | |
| | ||||||
* | .gitconfig: Use `origin` as the default remote on the `master` branch | Mathias Bynens | 2012-03-13 | 1 | -0/+5 | |
| | | | | | | Apparently there are cases where this is not the default: http://stackoverflow.com/q/658885/96656 Hat tip to @cowboy. | |||||
* | .inputrc: Don’t prompt when autocompleting unless there are over 500 ↵ | Mathias Bynens | 2012-03-02 | 1 | -0/+3 | |
| | | | | | | possible completions See http://blog.sanctum.geek.nz/lazier-tab-completion/. | |||||
* | README: Add @necolas and @tejr | Mathias Bynens | 2012-02-29 | 1 | -0/+2 | |
| | ||||||
* | .bash_profile: Tweaks | Mathias Bynens | 2012-02-27 | 1 | -0/+6 | |
| | | | | | * Append to the Bash history file, rather than overwriting it * Autocorrect typos in path names when using `cd` | |||||
* | .osx: Tweak some more hidden preferences | Mathias Bynens | 2012-02-24 | 1 | -5/+19 | |
| | | | | Thanks to @Lri! Ref. #5. | |||||
* | .osx: Enable snap-to-grid for desktop icons | Mathias Bynens | 2012-02-22 | 1 | -0/+3 | |
| | | | | Ref. #5 | |||||
* | .gitconfig: Add `d` alias | Mathias Bynens | 2012-02-19 | 1 | -0/+2 | |
| | ||||||
* | .gitconfig: Add `c` alias which clones a repository including all submodules | Mathias Bynens | 2012-02-16 | 1 | -0/+2 | |
| | ||||||
* | .gitattributes: Add a comment explaining what `* text=auto` does | Mathias Bynens | 2012-02-14 | 1 | -0/+1 | |
| | ||||||
* | .gitconfig: Add `go` and `ca` aliases | Mathias Bynens | 2012-02-14 | 1 | -0/+4 | |
| | ||||||
* | .gitconfig: Add comments | Mathias Bynens | 2012-02-14 | 1 | -3/+17 | |
| | ||||||
* | Move `undopush` alias to `.gitconfig`, as suggested by @necolas | Mathias Bynens | 2012-02-14 | 2 | -3/+5 | |
| | | | | Also, add some other Git aliases while we’re at it. | |||||
* | .osx: Make ⌘ + F focus the search input in iTunes | Mathias Bynens | 2012-02-13 | 1 | -0/+3 | |
| | ||||||
* | .vimrc: Add some goodies found in @alrra’s dotfiles | Mathias Bynens | 2012-02-09 | 1 | -3/+15 | |
| | ||||||
* | Merge pull request #42 from clee/patch-1 | Mathias Bynens | 2012-02-08 | 1 | -1/+1 | |
|\ | | | | | Shift the '-type f' argument before the '-name' argument in `find` | |||||
| * | Shift the '-type f' argument before the '-name' argument in `find` to make ↵ | Chris Lee | 2012-02-08 | 1 | -1/+1 | |
|/ | | | | it more efficient. | |||||
* | .aliases: Make `emptytrash` clear Apple System Logs | Mathias Bynens | 2012-02-08 | 1 | -1/+2 | |
| | | | | This results in a faster shell launch. I just deleted 5.1 MB of logs and my shell startup time went from about 3 seconds to 3 milliseconds (or so it feels). | |||||
* | Add .gvimrc and gVim-specific color scheme | Mathias Bynens | 2012-02-07 | 2 | -0/+139 | |
| | ||||||
* | Add `urlencode` alias | Mathias Bynens | 2012-02-07 | 1 | -7/+10 | |
| | | | | Via http://twatlr.com/thread/166830178226540544. | |||||
* | .vimrc: Tabs, not spaces | Mathias Bynens | 2012-01-27 | 1 | -4/+4 | |
| | ||||||
* | Merge pull request #40 from paulirish/mathias | Mathias Bynens | 2012-01-27 | 1 | -4/+8 | |
|\ | | | | | .vimrc: Use feature detection for new settings that aren’t available in hipster vims | |||||
| * | nerfing .vimrc's setrelativenumber and undodir options in case of older vim ↵ | Paul Irish | 2012-01-27 | 1 | -4/+8 | |
|/ | | | | version | |||||
* | .aliases: Use `sudo` to empty local trash as well | Mathias Bynens | 2012-01-27 | 1 | -1/+1 | |
| | ||||||
* | .bash_profile: Be sure to source `.bash_prompt` first, in case it sets the ↵ | Mathias Bynens | 2012-01-26 | 1 | -2/+2 | |
| | | | | PATH and subsequent dotfiles rely on it | |||||
* | .bash_prompt: Add screenshot URL | Mathias Bynens | 2012-01-24 | 1 | -0/+1 | |
| | ||||||
* | README: Tweak the part about ~/.extra | Mathias Bynens | 2012-01-24 | 1 | -0/+7 | |
| | ||||||
* | README: Clarify that it doesn’t matter where the repository is cloned, and ↵ | Mathias Bynens | 2012-01-23 | 1 | -0/+15 | |
| | | | | document ~/.extra | |||||
* | .osx: Enable iTunes track notifications in the Dock | Mathias Bynens | 2012-01-23 | 1 | -0/+3 | |
| | | | | Screenshot: http://www.maclife.com/article/howtos/5_ways_customize_dock_terminal | |||||
* | `server` function: Serve everything as UTF-8 | Mathias Bynens | 2012-01-09 | 1 | -1/+2 | |
| | | | | Even though this is not technically correct for binary files, it doesn’t actually break anything. | |||||
* | .gitignore: Add more OS-specific hidden files | Mathias Bynens | 2012-01-05 | 1 | -1/+11 | |
| | ||||||
* | Merge pull request #37 from kitcambridge/patch-1 | Mathias Bynens | 2012-01-05 | 1 | -1/+1 | |
|\ | | | | | .osx: Restart the `SystemUIServer` and suppress `kill` output | |||||
| * | `.osx`: Restart the `SystemUIServer` and suppress `kill` output. | Kit Cambridge | 2012-01-04 | 1 | -1/+1 | |
|/ | ||||||
* | Better `json` function | Mathias Bynens | 2012-01-02 | 2 | -3/+1 | |
| | | | | Ref. 9b0af44766d2a2cc61ae0142ac3ec9f0bed75674 | |||||
* | README: List files while untarring | Mathias Bynens | 2012-01-02 | 1 | -1/+1 | |
| | ||||||
* | Include .vim directory and subdirectories | Mathias Bynens | 2012-01-02 | 6 | -1/+284 | |
| | ||||||
* | Serve unknown file types as UTF-8, as suggested by @janmoesen | Mathias Bynens | 2012-01-02 | 1 | -1/+1 | |
| | ||||||
* | Use `tar -z` explicitly | Mathias Bynens | 2012-01-02 | 1 | -1/+1 | |
| | | | | Ref. #35. | |||||
* | README: Add Git-less installation instructions | Mathias Bynens | 2012-01-02 | 1 | -6/+23 | |
| | | | | Closes #35. | |||||
* | `server` function: Set the default Content-Type to `text/plain` instead of ↵ | Mathias Bynens | 2011-12-31 | 1 | -1/+3 | |
| | | | | | | `application/octet-stream` Hat tip to @cowboy: https://github.com/cowboy/dotfiles/blob/2874a86d207883a18e5e4c01219f9adb42d82c09/bin/serve#L26-43 | |||||
* | README: Document the -f/--force option for bootstrap.sh | Mathias Bynens | 2011-12-31 | 1 | -0/+6 | |
| | ||||||
* | `server`: Use parameter expansion instead of a fake ternary | Mathias Bynens | 2011-12-31 | 1 | -2/+1 | |
| | ||||||
* | Remove old `server` alias | Mathias Bynens | 2011-12-31 | 1 | -3/+0 | |
| | | | | Ref. 958517dcf4210aefffcafa3cc41f4ebb4edd5e36 | |||||
* | Replace the `server` alias with a function that optionally takes an argument ↵ | Mathias Bynens | 2011-12-31 | 2 | -0/+9 | |
| | | | | | | specifying the port number Inspired by @padolsey’s https://gist.github.com/1525217#gistcomment-71652. | |||||
* | Allow running bootstrap.sh with a --force or -f option | Mathias Bynens | 2011-12-29 | 1 | -4/+12 | |
| | | | | This avoids the confirmation prompt. |