type = Maildir
path = ~/mail/gnu/Inbox/
+# [destination]
+# type = MDA_external
+# path = /usr/lib/dovecot/deliver
+# arguments = ('-d', 'amin@aminb.org')
+
[options]
delete = True
#+end_src
Keep boot messages on tty1 (see [[https://wiki.archlinux.org/index.php/getty#Have_boot_messages_stay_on_tty1][here]])
-#+begin_src conf :tangle /etc/systemd/system/getty@tty1.service.d/noclear.conf
+#+begin_src conf :tangle /sudo::/etc/systemd/system/getty@tty1.service.d/noclear.conf
[Service]
TTYVTDisallocate=no
#+end_src
:END:
#+begin_src sh
-
-
#################
# CORE SETTINGS #
#################
#zhighlighters=(main brackets cursor)
zhighlighters=(main brackets pattern)
-
#
# SSH
#
# Load these ssh identities with the ssh module
zssh_ids=(id_ed25519_bandali)
-
#
# Pacman
#
# Load any helper scripts as defined here
#zpacman_helper=(aur)
+
+
#+end_src
*** zlogin
:END:
#+begin_src sh
-
-
#
# User configuration sourced by login shells
#
# Initialize zim
[[ -s ${ZIM_HOME}/login_init.zsh ]] && source ${ZIM_HOME}/login_init.zsh
+
#+end_src
*** zprofile
# User configuration sourced by interactive shells
#
-# Change default zim location
+# Define zim location
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
# Start zim
# i-beam cursor
echo -e "\033[5 q"
#echo -e "\033[6 q"
+
#+end_src
* Scripts