Add ignore for iPhone ish

This commit is contained in:
Tyler Starr 2023-10-14 12:51:47 -07:00
parent 03d2209dba
commit eba052c480
4 changed files with 2 additions and 87 deletions

View File

@ -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"

View File

@ -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 }}

View File

@ -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") }}"

View File

@ -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") }}"