aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove some things that I don’t useMathias Bynens2014-06-071-11/+15
| | | | This commit drops some aliases, functions, and settings from the project that I wasn’t using at all. It also cleans up some of the remaining code.
* bootstrap.sh: Make `rsync` output numbers in a human-readable formatribmo2014-05-131-1/+1
| | | | Closes #383.
* bootstrap.sh: Avoid `source` if there are no changesGeorge Angelopoulos2013-06-251-1/+1
| | | | Closes #220.
* Remove GPL licenseMathias Bynens2013-06-251-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/GPLMathias Bynens2013-05-211-1/+3
| | | | As requested by @lathan. Closes #205.
* bootstrap.sh: Don’t make the home directory world-readableMathias Bynens2013-05-011-1/+1
| | | | Fixes #159.
* Update shebangsAJ Acevedo2013-04-271-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 explicitlyMathias Bynens2013-04-191-1/+1
|
* Use newlines at EOF consistentlyMathias Bynens2013-03-101-1/+1
|
* README: Recommend sourcing the bootstrapperMathias Bynens2012-11-061-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 subdirectoriesMathias Bynens2012-01-021-1/+0
|
* Allow running bootstrap.sh with a --force or -f optionMathias Bynens2011-12-291-4/+12
| | | | This avoids the confirmation prompt.
* Create .vim/{backups,swaps,undo} directories if they don’t existMathias Bynens2011-12-291-0/+1
|
* Use tabs instead of double-space indentsMathias Bynens2011-12-281-1/+1
|
* Typo.Mathias Bynens2011-09-291-1/+1
|
* Undid some silly mistakes and made the script more simplerderMatijs Brinkhuis2011-09-281-5/+3
|
* make it possible for bootstap.sh to be executed from whereverMatijs Brinkhuis2011-09-271-1/+5
|
* Reload dotfiles after updating through the bootstrapper.Mathias Bynens2011-09-191-1/+2
|
* Make sure rsync output starts on a new line.Mathias Bynens2011-09-091-2/+2
|
* Show a warning and ask for user confirmation before running theMathias Bynens2011-09-081-1/+6
| | | | bootstrapper. Fixes #8.
* Whitespace cleanup.Mathias Bynens2011-09-051-1/+1
|
* Initial commit.Mathias Bynens2011-09-051-0/+1