diff options
Diffstat (limited to '.dotter')
-rw-r--r-- | .dotter/global.toml | 3 | ||||
-rw-r--r-- | .dotter/local.toml | 1 | ||||
-rw-r--r-- | .dotter/pre_deploy.sh | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/.dotter/global.toml b/.dotter/global.toml index 265953e..24ae7c1 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -22,6 +22,9 @@ depends = [] [mpd.files] "mpd" = "~/.config/mpd" +[neomutt.files] +"neomutt" = "~/.config/neomutt" + [nvim.files] "nvim/nvchad" = {target = "~/.config/nvim/", type = "symbolic"} "nvim/custom" = {target = "~/.config/nvim/lua/custom/", type = "symbolic"} diff --git a/.dotter/local.toml b/.dotter/local.toml index 40d68fe..1c71c39 100644 --- a/.dotter/local.toml +++ b/.dotter/local.toml @@ -7,6 +7,7 @@ packages = [ "gtk", "i3", "mpd", + "neomutt", "nvim", "polybar", "rofi" diff --git a/.dotter/pre_deploy.sh b/.dotter/pre_deploy.sh index 6a185be..5309618 100644 --- a/.dotter/pre_deploy.sh +++ b/.dotter/pre_deploy.sh @@ -1,3 +1,3 @@ #!/bin/sh -yay -S alacritty conky dunst i3-wm i3lock mpd polybar rofi gtk-engine-murrine ttf-jetbrains-mono ttf-jetbrains-mono-nerd noto-fonts ttf-font-awesome neovim +yay -S alacritty conky dunst i3-wm i3lock mpd neomutt polybar rofi gtk-engine-murrine ttf-jetbrains-mono ttf-jetbrains-mono-nerd noto-fonts ttf-font-awesome neovim |