~tonijarjour/dotfiles

dwm, alacritty, bash, emacs

3adb3bf remove cat calls in batt

a day ago

a36d9c1 move wifi check to terminal

a day 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=/home/toni/.local/mail --my-address=tonijarjour@posteo.com
mu index

#Vis Unreadable Highlight Fix

Edit /usr/share/vis/themes/base-16.lua as root and change these options.

lexers.STYLE_EMBEDDED = ''
lexers.STYLE_SELECTION = 'back:black,bold'

#Thunar/GTK3 theme not applied

gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark