~tonijarjour/dotfiles

dwm, alacritty, bash, emacs

f85d82c minor updates to mu4e config

2 months ago

1642765 refresh rate to 120

3 months ago

#dotfiles

Delete hidden files in the home directory to avoid a stow conflict.

rm ~/.bash*

Clone the dotfiles to a convenient location.

git clone --depth 1 https://git.sr.ht/~tonijarjour/dotfiles ~/.fn

cd is required. Edit install.sh as needed.

cd ~/.fn
bash install.sh

#mu4e

Install from the AUR.

s pacman -S debugedit fakeroot pkgconf isync
git clone https://aur.archlinux.org/mu.git
cd mu; makepkg -si

Make the mail directory then retrieve the emails.

mkdir -p ~/.local/mail/Inbox
mbsync -a

Initialize and index the mu database.

mu init --maildir=~/.local/mail --my-address=tonijarjour@posteo.com
mu index