Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .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. | |||||
* | Create .vim/{backups,swaps,undo} directories if they don’t exist | Mathias Bynens | 2011-12-29 | 1 | -0/+1 | |
| | ||||||
* | Make `emptytrash` empty the trash for mounted external volumes too | Mathias Bynens | 2011-12-29 | 1 | -2/+2 | |
| | | | | The downside is that this requires `sudo`. Closes #32. | |||||
* | Allow piping to the `json` function | Mathias Bynens | 2011-12-28 | 1 | -2/+10 | |
| | ||||||
* | Use tabs instead of double-space indents | Mathias Bynens | 2011-12-28 | 6 | -45/+49 | |
| | ||||||
* | Add `unidecode` function | Mathias Bynens | 2011-12-28 | 1 | -0/+6 | |
| | | | | | | | Example: $ unidecode "\x{1D306}" 𝌆 | |||||
* | Add `escape` function which escapes UTF-8 characters into their 3-byte format | Mathias Bynens | 2011-12-27 | 1 | -0/+7 | |
| | | | | | | | | | Example: $ escape "♥♡♥" \xE2\x99\xA5\xE2\x99\xA1\xE2\x99\xA5 $ echo -e "\xE2\x99\xA5\xE2\x99\xA1\xE2\x99\xA5" ♥♡♥ | |||||
* | Move disabled QuickLook fix to the bottom | Mathias Bynens | 2011-12-22 | 1 | -4/+4 | |
| | ||||||
* | .vimrc: Centralize backups, swapfiles and undo history | Mathias Bynens | 2011-12-22 | 1 | -0/+4 | |
| | ||||||
* | Add a link to cowboy/dotfiles | Mathias Bynens | 2011-12-21 | 1 | -0/+1 | |
| | ||||||
* | Add some more commands to `$HISTIGNORE`. | Mathias Bynens | 2011-11-18 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #29 from danawoodman/patch-1 | Mathias Bynens | 2011-11-17 | 1 | -3/+0 | |
|\ | | | | | Remove duplicate `set mark-symlinked-directories on` settings. | |||||
| * | Removing duplicate `set mark-symlinked-directories on` settings. | Dana Woodman | 2011-11-17 | 1 | -3/+0 | |
|/ | ||||||
* | .vimrc: add `set wildmenu` for better command-line completion. Thanks, @alrra! | Mathias Bynens | 2011-11-16 | 1 | -0/+2 | |
| | ||||||
* | Make `cleanup` list the files it deletes. Kind of like how `rm -v` works. | Mathias Bynens | 2011-10-23 | 1 | -1/+1 | |
| | ||||||
* | Add `cleanup` alias, which recursively deletes `.DS_Store` files. Useful for ↵ | Mathias Bynens | 2011-10-22 | 1 | -0/+3 | |
| | | | | cleaning up external HDDs after copying over some folders. | |||||
* | Clarify Dropbox icon comment. | Mathias Bynens | 2011-10-22 | 1 | -1/+1 | |
| | ||||||
* | Remove the green checkmark icons in Dropbox. | Mathias Bynens | 2011-10-22 | 1 | -0/+5 | |
| | ||||||
* | Use double quotes more consistently. | Mathias Bynens | 2011-10-22 | 1 | -2/+2 | |
| | ||||||
* | Prefer US English and use UTF-8. | Mathias Bynens | 2011-10-22 | 1 | -0/+4 | |
| | ||||||
* | Steal some nifty aliases from @janmoesen/tilde. | Mathias Bynens | 2011-10-22 | 1 | -1/+12 | |
| | ||||||
* | Steal some `.inputrc` goodies from @janmoesen/tilde. | Mathias Bynens | 2011-10-22 | 1 | -1/+39 | |
| | ||||||
* | Use `hd` alias for canonical hex dump. Thanks, @janmoesen! | Mathias Bynens | 2011-10-22 | 1 | -0/+3 | |
| | ||||||
* | Don’t source .bash_profile when PS1 is not set (for non-interactive shells). | Mathias Bynens | 2011-10-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stolen from @janmoesen’s https://github.com/janmoesen/tilde/blob/master/.bashrc: # This might seem backwards when you look at the "Bash startup files" reference # <http://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files> or # the "INVOCATION" section in the man page. However, my workflow typically is: # # * Open a terminal with four shells in tabs # * Edit code in Vim, and shell out using ":sh" # # The initial four shells are login shells, so they source ~/.bash_profile. # The shells spawned by Vim are not login shells, but they /are/ interactive. # They look for .bashrc, but not .bash_profile. Because they are interactive, # PS1 is set, so I know it is OK to run all the shell initialisation code. # # If I were to put the contents of ~/.bash_profile in ~/.bashrc and make the # former source the latter, I would have to wrap the entire contents of the # latter in a huge "if [ -n "$PS1" ]; then ... fi" block. That does not really # help readability, does it? # # The difference between a login shell and an interactive non-login shell is # moot for me, so I consider all interactive shells to be equal and wanting # the same treatment. # # If you're wondering what a non-interactive shell might be, i.e. when PS1 # might not be set, try this: # # ssh localhost 'echo "PS1: >$PS1<"' # | |||||
* | Looks like `IncludeDebugMenu` was replaced by `IncludeInternalDebugMenu` ↵ | Mathias Bynens | 2011-10-19 | 1 | -1/+1 | |
| | | | | recently. | |||||
* | .vimrc: Make tabs as wide as two spaces. | Mathias Bynens | 2011-10-19 | 1 | -1/+3 | |
| | ||||||
* | Merge branch 'master' of github.com:mathiasbynens/dotfiles | Mathias Bynens | 2011-10-17 | 1 | -1/+1 | |
|\ | | | | | | | | | * 'master' of github.com:mathiasbynens/dotfiles: Link to the issue tracker for suggestions. | |||||
| * | Link to the issue tracker for suggestions. | Mathias Bynens | 2011-10-14 | 1 | -1/+1 | |
| | | ||||||
* | | Add .vimrc, heavily based on the one @gf3 uses. Fixes #4. | Mathias Bynens | 2011-10-17 | 1 | -0/+62 | |
|/ | ||||||
* | Sexier file sourcing. | Mathias Bynens | 2011-10-14 | 1 | -3/+4 | |
| | ||||||
* | Add a link to @janmoesen’s tilde repository. | Mathias Bynens | 2011-10-14 | 1 | -1/+1 | |
| |