Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -2/+1 |
| | | | | The MIT license is GPL-compatible anyway, as per @sindresorhus. Ref. https://github.com/mathiasbynens/dotfiles/commit/a89e2f2d226de274c998b0b8de5fd4af2e0b444f#commitcomment-3485954. | ||||
* | Dual license these dotfiles under MIT/GPL | Mathias Bynens | 2013-05-21 | 1 | -1/+3 |
| | | | | As requested by @lathan. Closes #205. | ||||
* | bootstrap.sh: Don’t make the home directory world-readable | Mathias Bynens | 2013-05-01 | 1 | -1/+1 |
| | | | | Fixes #159. | ||||
* | Update shebangs | AJ Acevedo | 2013-04-27 | 1 | -1/+1 |
| | | | | | | If the user installs a custom Bash build, why not use it? Ref. #196 and #198. | ||||
* | bootstrap.sh: Pull from the master branch explicitly | Mathias Bynens | 2013-04-19 | 1 | -1/+1 |
| | |||||
* | Use newlines at EOF consistently | Mathias Bynens | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | README: Recommend sourcing the bootstrapper | Mathias Bynens | 2012-11-06 | 1 | -1/+1 |
| | | | | Thanks to @svnpenn and @nvartolomei in https://github.com/mathiasbynens/dotfiles/commit/a77f4872f26d681a35cface9d6bcb4ad55fec752#commitcomment-2100022, and thanks to @janmoesen for the BASH_SOURCE pointer. | ||||
* | Include .vim directory and subdirectories | Mathias Bynens | 2012-01-02 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | Use tabs instead of double-space indents | Mathias Bynens | 2011-12-28 | 1 | -1/+1 |
| | |||||
* | Typo. | Mathias Bynens | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | Undid some silly mistakes and made the script more simplerder | Matijs Brinkhuis | 2011-09-28 | 1 | -5/+3 |
| | |||||
* | make it possible for bootstap.sh to be executed from wherever | Matijs Brinkhuis | 2011-09-27 | 1 | -1/+5 |
| | |||||
* | Reload dotfiles after updating through the bootstrapper. | Mathias Bynens | 2011-09-19 | 1 | -1/+2 |
| | |||||
* | Make sure rsync output starts on a new line. | Mathias Bynens | 2011-09-09 | 1 | -2/+2 |
| | |||||
* | Show a warning and ask for user confirmation before running the | Mathias Bynens | 2011-09-08 | 1 | -1/+6 |
| | | | | bootstrapper. Fixes #8. | ||||
* | Whitespace cleanup. | Mathias Bynens | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Initial commit. | Mathias Bynens | 2011-09-05 | 1 | -0/+1 |