summarylogtreecommitdiffstats
path: root/mu-wizard.install
diff options
context:
space:
mode:
authoryuu2020-08-01 03:20:29 -0300
committeryuu2020-08-01 03:20:29 -0300
commitc58e52efa6669f25bcd55d1603be2e2f3505389f (patch)
treec5ee24273551433526919a20bdb6474f5b241758 /mu-wizard.install
downloadaur-c58e52efa6669f25bcd55d1603be2e2f3505389f.tar.gz
Initial commit: add 'PKGBUILD', 'mu-wizard.install', '.SRCINFO'
Diffstat (limited to 'mu-wizard.install')
-rw-r--r--mu-wizard.install29
1 files changed, 29 insertions, 0 deletions
diff --git a/mu-wizard.install b/mu-wizard.install
new file mode 100644
index 000000000000..a64cd23b9ace
--- /dev/null
+++ b/mu-wizard.install
@@ -0,0 +1,29 @@
+post_install() {
+ echo -e "\n\e[1m Cem Keylan’s mu-wizard $1\e[0m\n"
+ cat <<-EOF
+ Configuration
+ -------------
+ Emacs will not be loading the configurations, you will need to set it
+ manually. In your init file, you may choose to load the configuration in the
+ following ways.
+ - (load-file "~/.config/mu4e/mu4e-config.el")
+ - (add-to-list 'load-path "~/.config/mu4e")
+ (require 'mu4e-config)
+ - (use-package mu4e-config
+ :after mu4e
+ :load-path "~/.config/mu4e")
+
+ ’domains.csv’ file
+ ------------------
+ mu-wizard doesn't come with a predefined ’domains.csv’ file, but it can use
+ one if it is found on ’/usr/share/mu-wizard/domains.csv’. mu-wizard also
+ saves the domain information that you use when creating an account on your
+ configuration directory, so you don't have to retype every detail when
+ creating a second account with the same domain.
+
+ External links
+ --------------
+ - Official repository on GitHub: https://github.com/cemkeylan/mu-wizard
+
+EOF
+}