mirror of
https://github.com/Ascyii/dotfiles.git
synced 2025-12-31 22:44:24 -05:00
minimal tmux, some mail and migrate more to dotfiles
Add oflineimap with mutt support
This commit is contained in:
22
Makefile
Normal file
22
Makefile
Normal 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
|
||||
Reference in New Issue
Block a user