From 3b374110181eacda73bd79db36c645af5f682d3a Mon Sep 17 00:00:00 2001 From: Cy Pokhrel Date: Mon, 28 Oct 2024 17:16:40 -0400 Subject: [PATCH] see hidden files --- .chezmoiexternal.toml | 12 ------------ .chezmoiignore | 7 ------- 2 files changed, 19 deletions(-) delete mode 100644 .chezmoiexternal.toml delete mode 100644 .chezmoiignore diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml deleted file mode 100644 index 33fc550..0000000 --- a/.chezmoiexternal.toml +++ /dev/null @@ -1,12 +0,0 @@ -[".oh-my-zsh"] - type = "archive" - url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz" - exact = true - stripComponents = 1 - refreshPeriod = "168h" -[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"] - type = "archive" - url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz" - exact = true - stripComponents = 1 - refreshPeriod = "168h" diff --git a/.chezmoiignore b/.chezmoiignore deleted file mode 100644 index 5033d3b..0000000 --- a/.chezmoiignore +++ /dev/null @@ -1,7 +0,0 @@ -.oh-my-zsh/cache -.oh-my-zsh/log -*.swp - -{{- if ne .chezmoi.hostname "ytlinux" }} -.ssh -{{- end}}