diff --git a/home/.chezmoiexternal.toml b/home/.chezmoiexternal.toml index f4852bde..9878e961 100644 --- a/home/.chezmoiexternal.toml +++ b/home/.chezmoiexternal.toml @@ -24,19 +24,3 @@ type = "git-repo" url = "git@github.com:starr-dusT/zet.git" refreshPeriod = "168h" - -### OLD ### -#[".config/xmonad/xmonad"] -# type = "git-repo" -# url = "https://github.com/xmonad/xmonad" -# refreshPeriod = "168h" -# -#[".config/xmonad/xmonad-contrib"] -# type = "git-repo" -# url = "https://github.com/xmonad/xmonad-contrib" -# refreshPeriod = "168h" -# -#[".config/xmonad/xmobar"] -# type = "git-repo" -# url = "https://codeberg.org/xmobar/xmobar" -# refreshPeriod = "168h" diff --git a/home/.chezmoiignore.tmpl b/home/.chezmoiignore.tmpl index 6f9e300d..579f7a91 100644 --- a/home/.chezmoiignore.tmpl +++ b/home/.chezmoiignore.tmpl @@ -1,35 +1,5 @@ .oh-my-zsh/cache/** -{{ if .work }} -bin -.config/alacritty -.config/btrbk -.config/crafted-emacs -.config/herbstluftwm -.config/i3 -.config/khal -.config/khard -.config/lazygit -.config/mako -.config/mpd -.config/ncmpcpp -.config/nvim -.config/picom -.config/polybar -.config/private_user-dirs.dirs -.config/qtile -.config/retroarch -.config/rofi -.config/scratch -.config/stumpwm -.config/sway -.config/user-dirs.conf -.config/vdirsyncer -.config/vifm -.config/waybar -.config/xmobar -.config/xmonad -.config/zk -.taskopenrc -.taskrc +{{ if eq .chezmoi.osRelease.id "alpine"}} +.wireguard/ {{ end }} diff --git a/home/dot_config/vdirsyncer/config_calendar.tmpl b/home/dot_config/vdirsyncer/config_calendar.tmpl deleted file mode 100644 index 5b6c7d8e..00000000 --- a/home/dot_config/vdirsyncer/config_calendar.tmpl +++ /dev/null @@ -1,20 +0,0 @@ -[general] -status_path = "~/.vdirsyncer/status/" - -[pair personal_calendar] -a = "personal_calendar_local" -b = "personal_calendar_remote" -collections = ["from a", "from b"] -metadata = ["color"] - -[storage personal_calendar_local] -type = "filesystem" -path = "~/.calendars/" -fileext = ".ics" - -[storage personal_calendar_remote] -type = "caldav" - -url = "{{ (secret "Vdirsyncer - Calendar" "url") }}" -username = "{{ (secret "Vdirsyncer - Calendar" "Username") }}" -password = "{{ (secret "Vdirsyncer - Calendar" "Password") }}" diff --git a/home/dot_config/vdirsyncer/config_contacts.tmpl b/home/dot_config/vdirsyncer/config_contacts.tmpl deleted file mode 100644 index 750e87c5..00000000 --- a/home/dot_config/vdirsyncer/config_contacts.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -[general] -status_path = "~/.vdirsyncer/status/" - -[pair personal_contacts] -a = "personal_contacts_local" -b = "personal_contacts_remote" -collections = ["from a", "from b"] - -[storage personal_contacts_local] -type = "filesystem" -path = "~/.contacts/" -fileext = ".vcf" - -[storage personal_contacts_remote] -type = "carddav" - -url = "{{ (secret "Vdirsyncer - Contacts" "url") }}" -username = "{{ (secret "Vdirsyncer - Contacts" "Username") }}" -password = "{{ (secret "Vdirsyncer - Contacts" "Password") }}"