Commit graph

27 commits

Author SHA1 Message Date
Bozhidar Batsov 29dc436b64 Make the list of modules loaded by Prelude configurable.
Modules loaded by Prelude can now easily be adjusted via
the file `prelude-modules.el` in Prelude's installation folder.
To disable a module simply comment it out; conversely uncomment
a module to enable it.
2013-01-13 20:42:17 +02:00
Bozhidar Batsov b01492e7ea moved back the prelude modules into the main Prelude project 2012-12-15 22:07:25 +02:00
Bozhidar Batsov a03dfe690d don't hide git clone errors 2012-12-09 18:42:13 +02:00
Bozhidar Batsov 18ed571f29 whitespace cleanup 2012-12-09 18:18:40 +02:00
Andreas Stenius f6fa53d4c3 utils/installer.sh: fix for replace existing config. 2012-11-02 11:25:23 +01:00
Leo Gertsenshteyn 4873a03e16 Adding missing newline in installer.sh usage text
Usage was missing a newline between --colors and --directory.
2012-10-02 14:52:10 -07:00
bas smit 1c60f80383 Remove the broken usage message. 2012-06-23 11:47:06 +02:00
bas smit db1e2b2988 Check if prelude is installed before anything else. 2012-06-23 11:44:29 +02:00
bas smit 14c7fb3b4c Don't hide the output of mkdir. 2012-06-23 11:42:02 +02:00
bas smit 26f2c22e05 Removed the savefile dir. 2012-06-23 11:32:00 +02:00
bas smit ccf74a1197 Fixed bugs in the installer:
- Bytecompilation run twice
- Bash style string concat that doesn't work with sh.
- Default path was \$HOME instead of the users homedir ('' vs "").
2012-06-23 11:29:58 +02:00
bas smit 64b36cfc28 Fixed bytecompilation. 2012-06-22 17:05:23 +02:00
bas 7da8c4075a New installer.
The new installer supports:

- Specify source & destination with cli options.
- Replace or install into existing config.
- Easier colors
- Verbose output
- Disable bytecompilation of prelude.
- Help output
2012-06-22 15:55:26 +02:00
bas 506805d695 Display a warning if emacs-24 isn't found during installation. 2012-06-16 15:45:19 +02:00
Brian Corrigan c0319652b7 Allows alternate install locations, and repos 2012-06-08 11:56:15 -07:00
Bozhidar Batsov fe89220fca Update utils/installer.sh 2012-05-11 22:45:20 +03:00
Bozhidar Batsov 058537743a fixed #150 - installer check 2012-05-11 22:44:43 +03:00
Bozhidar Batsov c09ea1a801 byte-compile Prelude after install 2012-05-11 16:06:40 +03:00
Bozhidar Batsov a813a50825 fixed #149 - corrected output from the installer script 2012-05-11 13:36:57 +03:00
Bozhidar Batsov 1253ea8a84 use echo -e for the color escape sequences 2012-05-08 14:45:14 +03:00
Bozhidar Batsov 9671c30670 added a few more checks to the installer script 2012-05-07 17:38:16 +03:00
Bozhidar Batsov 8a2dc4b256 updated project URL 2012-04-17 20:23:53 +03:00
Bozhidar Batsov d7cc771c7d fixed #117 - dir check in installer script 2012-04-05 11:07:20 +03:00
Bozhidar Batsov 72f073feaa mention the transition to personal as a submodule 2012-04-04 18:32:47 +03:00
Bozhidar Batsov 40eee66c5a use the git protocol instead of https in the installer 2012-02-26 21:07:47 +02:00
Bozhidar Batsov 22d9854bbb fixed #70 - signal an error if git is not installed 2012-02-17 12:34:08 +02:00
Bozhidar Batsov 52e2e165e3 added an automated installer 2012-02-16 16:25:18 +02:00