--- /dev/null
+Wrappers
+========
+
+* Simpler names for applications.
+* Makes sure that the needed config files exist.
--- /dev/null
+TODO
+====
+
+* Copy default configuration from dotfiles' templates.
--- /dev/null
+#!/bin/bash
+#
+# Wrapper for calendar application.
+#
+
+# Parameters
+BASENAME="`basename $0`"
+
+# Check configuration
+if [ ! -e "$HOME/.custom/reminders" ]; then
+ mkdir -p $HOME/.custom
+ touch $HOME/.custom/reminders
+fi
+
+# Dispatch
+wyrd
--- /dev/null
+#!/bin/bash
+#
+# Wrapper for calendar application.
+#
+
+# Parameters
+BASENAME="`basename $0`"
+
+# Check configuration
+if [ ! -e "$HOME/.custom/muttrc" ]; then
+ mkdir -p $HOME/.custom
+ touch $HOME/.custom/muttrc
+fi
+
+# Dispatch
+mutt
--- /dev/null
+#!/bin/bash
+#
+# Wrapper for calendar application.
+#
+
+# Parameters
+BASENAME="`basename $0`"
+
+# Check configuration
+if [ ! -e "$HOME/.custom/newsbeuter/config" ]; then
+ mkdir -p $HOME/.custom/newsbeuter
+ touch $HOME/.custom/newsbeuter/config
+fi
+
+# Dispatch
+#newsbeuter -X
+#newsbeuter
+torify newsbeuter