22 Commits
Author SHA1 Message Date
Mathias Bynens 3b4eb3efb6 Remove some things that I don’t use
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.
2014-06-07 15:59:44 +02:00
ribmoandMathias Bynens d6f8b4ec22 bootstrap.sh: Make rsync output numbers in a human-readable format
Closes #383.
2014-05-13 09:57:37 +02:00
George AngelopoulosandMathias Bynens 5b4362aa0e bootstrap.sh: Avoid source if there are no changes
Closes #220.
2013-06-25 13:11:39 +02:00
Mathias Bynens d17fede715 Remove GPL license
The MIT license is GPL-compatible anyway, as per @sindresorhus. Ref. https://github.com/mathiasbynens/dotfiles/commit/a89e2f2d226de274c998b0b8de5fd4af2e0b444f#commitcomment-3485954.
2013-06-25 13:08:26 +02:00
Mathias Bynens a89e2f2d22 Dual license these dotfiles under MIT/GPL
As requested by @lathan. Closes #205.
2013-05-21 20:04:31 +02:00
Mathias Bynens cbcc4b1583 bootstrap.sh: Don’t make the home directory world-readable
Fixes #159.
2013-05-01 16:08:22 +02:00
AJ AcevedoandMathias Bynens 5d1850e041 Update shebangs
If the user installs a custom Bash build, why not use it?

Ref. #196 and #198.
2013-04-27 07:25:47 +02:00
Mathias Bynens 3753b01fc2 bootstrap.sh: Pull from the master branch explicitly 2013-04-19 18:18:27 +02:00
Mathias Bynens 38d3c6c61f Use newlines at EOF consistently 2013-03-10 11:07:15 +01:00
Mathias Bynens 473766d3d0 README: Recommend sourcing the bootstrapper
Thanks to @svnpenn and @nvartolomei in https://github.com/mathiasbynens/dotfiles/commit/a77f4872f26d681a35cface9d6bcb4ad55fec752#commitcomment-2100022, and thanks to @janmoesen for the BASH_SOURCE pointer.
2012-11-06 12:30:14 +01:00
Mathias Bynens fdd4cd23ac Include .vim directory and subdirectories 2012-01-02 16:26:02 +01:00
Mathias Bynens 147eff2778 Allow running bootstrap.sh with a --force or -f option
This avoids the confirmation prompt.
2011-12-29 11:31:11 +01:00
Mathias Bynens 46b82f742b Create .vim/{backups,swaps,undo} directories if they don’t exist 2011-12-29 11:15:37 +01:00
Mathias Bynens 6b75bfc425 Use tabs instead of double-space indents 2011-12-28 13:19:35 +01:00
Mathias Bynens 751e2db9e5 Typo. 2011-09-29 12:31:38 +03:00
Matijs Brinkhuis 37301ad41a Undid some silly mistakes and made the script more simplerder 2011-09-28 15:29:37 +03:00
Matijs Brinkhuis 61a11c914e make it possible for bootstap.sh to be executed from wherever 2011-09-27 22:58:44 +03:00
Mathias Bynens a77f4872f2 Reload dotfiles after updating through the bootstrapper. 2011-09-19 08:27:14 +02:00
Mathias Bynens 2866304888 Make sure rsync output starts on a new line. 2011-09-09 09:27:04 +03:00
Mathias Bynens 59616162ef Show a warning and ask for user confirmation before running the
bootstrapper. Fixes #8.
2011-09-08 22:48:34 +02:00
Mathias Bynens df229c4fa8 Whitespace cleanup. 2011-09-05 20:19:31 +02:00
Mathias Bynens 7d022705ed Initial commit. 2011-09-05 20:08:58 +02:00