mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Add ignore for iPhone ish
This commit is contained in:
parent
03d2209dba
commit
eba052c480
@ -24,19 +24,3 @@
|
|||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
url = "git@github.com:starr-dusT/zet.git"
|
url = "git@github.com:starr-dusT/zet.git"
|
||||||
refreshPeriod = "168h"
|
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"
|
|
||||||
|
@ -1,35 +1,5 @@
|
|||||||
.oh-my-zsh/cache/**
|
.oh-my-zsh/cache/**
|
||||||
|
|
||||||
{{ if .work }}
|
{{ if eq .chezmoi.osRelease.id "alpine"}}
|
||||||
bin
|
.wireguard/
|
||||||
.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
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -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") }}"
|
|
@ -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") }}"
|
|
Loading…
x
Reference in New Issue
Block a user