minimal tmux, some mail and migrate more to dotfiles

Add oflineimap with mutt support
This commit is contained in:
2025-12-29 13:44:29 +01:00
parent b6a9f4e31e
commit e9490716b3
13 changed files with 1108 additions and 40 deletions

22
Makefile Normal file
View File

@@ -0,0 +1,22 @@
# Makefile to adptop all dotfiles in this repo
# Source - https://stackoverflow.com
# Posted by Konstantin Smolyanin, modified by community. See post 'Timeline' for change history
# Retrieved 2025-12-30, License - CC BY-SA 4.0
define sto
stow --adopt -v --dotfiles $(1)
endef
all:
# Target to stow everything in this repo
git add .
-git commit -a -m "AutoSave - For reset"
# Possibly with adoptation
$(call sto,cli)
$(call sto,gui)
$(call sto,home)
# Reset to the last autosave (optional)
#git reset --hard HEAD