summarylogtreecommitdiffstats
path: root/mu-wizard.install
blob: a64cd23b9ace2c70c0ac86ad6bda63ad7b3cf0ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
}