Add mutt and change wallpaper dir

This commit is contained in:
CramMK
2020-02-20 09:30:21 +01:00
parent b29d2015e1
commit 3acab0ff84
7 changed files with 140 additions and 2 deletions

View File

@@ -62,6 +62,12 @@ dotfiles:
d_wallpaper:
src: wallpaper
dst: ~/.wallpaper
f_muttrc:
src: muttrc
dst: ~/.muttrc
d_mutt_themes:
src: mutt.themes
dst: ~/.mutt/mutt.themes
profiles:
laptop:
include:
@@ -74,6 +80,7 @@ profiles:
- tmux
- gdb
- wallpaper
- mutt
work:
include:
- zsh
@@ -85,6 +92,7 @@ profiles:
- tmux
- gdb
- wallpaper
- mutt
dev:
include:
- zsh
@@ -126,3 +134,7 @@ profiles:
wallpaper:
dotfiles:
- d_wallpaper
mutt:
dotfiles:
- f_muttrc
- d_mutt_themes