remove task from external chezmoi

This commit is contained in:
Tyler Starr 2024-01-15 00:11:34 -08:00
parent 107549a12f
commit 53ca47a5fb
2 changed files with 0 additions and 22 deletions

View File

@ -19,24 +19,3 @@
type = "git-repo" type = "git-repo"
url = "https://github.com/tmux-plugins/tpm" url = "https://github.com/tmux-plugins/tpm"
refreshPeriod = "168h" refreshPeriod = "168h"
[".task"]
type = "git-repo"
url = "git@github.com:starr-dusT/task.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

@ -28,5 +28,4 @@ bin/**
.config/xmobar/** .config/xmobar/**
.config/xmonad/** .config/xmonad/**
.config/zk/** .config/zk/**
.chezmoiexternal.toml
{{ end }} {{ end }}