Minimized chezmoiexternal

This commit is contained in:
Brian Zalewski 2023-11-30 01:50:37 +00:00
parent f73c12c9c0
commit 3739b3228c

View file

@ -1,3 +1,5 @@
{{ $gitArgs := "clone.args = [\"--depth\", \"1\"]\n pull.args = [\"--ff-only\"]" }}
### Git Template ### Git Template
# [".config/git/template/_/husky.sh"] # [".config/git/template/_/husky.sh"]
# type = "file" # type = "file"
@ -12,54 +14,44 @@
[".local/src/bento"] [".local/src/bento"]
type = "git-repo" type = "git-repo"
url = "https://github.com/installdoc/bento.git" url = "https://github.com/installdoc/bento.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### Vagrant OPNSense ### Vagrant OPNSense
[".local/src/vagrant-opnsense"] [".local/src/vagrant-opnsense"]
type = "git-repo" type = "git-repo"
url = "https://github.com/punktDe/vagrant-opnsense.git url = "https://github.com/punktDe/vagrant-opnsense.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### Shellfire ### Shellfire
[".local/src/shellfire"] [".local/src/shellfire"]
type = "git-repo" type = "git-repo"
url = "https://github.com/shellfire-dev/shellfire.git" url = "https://github.com/shellfire-dev/shellfire.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
[".local/share/hoard"] [".local/share/hoard"]
type = "git-repo" type = "git-repo"
url = "https://github.com/Hyde46/hoard.git" url = "https://github.com/Hyde46/hoard.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
[".local/share/up"] [".local/share/up"]
type = "git-repo" type = "git-repo"
url = "https://github.com/shannonmoeller/up.git" url = "https://github.com/shannonmoeller/up.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
[".local/share/rsync-time-backup"] [".local/share/rsync-time-backup"]
type = "git-repo" type = "git-repo"
url = "https://github.com/laurent22/rsync-time-backup.git" url = "https://github.com/laurent22/rsync-time-backup.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
[".local/share/concurrent"] [".local/share/concurrent"]
type = "git-repo" type = "git-repo"
url = "https://github.com/themattrix/bash-concurrent.git" url = "https://github.com/themattrix/bash-concurrent.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
[".local/share/install.doctor"] [".local/share/install.doctor"]
type = "git-repo" type = "git-repo"
url = "https://github.com/megabyte-labs/install.doctor.git" url = "https://github.com/megabyte-labs/install.doctor.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
#[".local/oh-my-bash"] #[".local/oh-my-bash"]
# type = "git-repo" # type = "git-repo"
# url = "https://github.com/ohmybash/oh-my-bash.git" # url = "https://github.com/ohmybash/oh-my-bash.git"
# clone.args = ["--depth", "1"] # {{ $gitArgs }}
# pull.args = ["--ff-only"]
{{- if eq .host.distro.id "darwin" }} {{- if eq .host.distro.id "darwin" }}
@ -67,8 +59,7 @@
[".local/share/crunch"] [".local/share/crunch"]
type = "git-repo" type = "git-repo"
url = "https://github.com/chrissimpkins/Crunch.git" url = "https://github.com/chrissimpkins/Crunch.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
{{- end }} {{- end }}
### Ansible Roles / Playbook ### Ansible Roles / Playbook
@ -76,13 +67,11 @@
[".local/share/gas-station"] [".local/share/gas-station"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/gas-station.git" url = "https://gitlab.com/megabyte-labs/gas-station.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
[".local/share/ansible-qubes"] [".local/share/ansible-qubes"]
type = "git-repo" type = "git-repo"
url = "https://github.com/ProfessorManhattan/ansible-qubes.git" url = "https://github.com/ProfessorManhattan/ansible-qubes.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
[".local/share/ansible/plugins/callback/beautiful_output.py"] [".local/share/ansible/plugins/callback/beautiful_output.py"]
type = "file" type = "file"
url = "https://github.com/Townk/ansible-beautiful-output/raw/master/callback_plugins/beautiful_output.py" url = "https://github.com/Townk/ansible-beautiful-output/raw/master/callback_plugins/beautiful_output.py"
@ -94,15 +83,13 @@
[".local/share/osx-kvm"] [".local/share/osx-kvm"]
type = "git-repo" type = "git-repo"
url = "https://github.com/kholia/OSX-KVM.git" url = "https://github.com/kholia/OSX-KVM.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### PowerShell ### PowerShell
[".local/share/powershell/docker"] [".local/share/powershell/docker"]
type = "git-repo" type = "git-repo"
url = "https://github.com/matt9ucci/DockerCompletion.git" url = "https://github.com/matt9ucci/DockerCompletion.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
###################################### ######################################
### AI / GPT ######################### ### AI / GPT #########################
@ -112,36 +99,31 @@
[".local/share/agentgpt"] [".local/share/agentgpt"]
type = "git-repo" type = "git-repo"
url = "https://github.com/reworkd/AgentGPT.git" url = "https://github.com/reworkd/AgentGPT.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### Kaguya ### Kaguya
[".local/share/kaguya"] [".local/share/kaguya"]
type = "git-repo" type = "git-repo"
url = "https://github.com/ykdojo/kaguya.git" url = "https://github.com/ykdojo/kaguya.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### LocalGPT ### LocalGPT
[".local/share/localgpt"] [".local/share/localgpt"]
type = "git-repo" type = "git-repo"
url = "https://github.com/PromtEngineer/localGPT.git" url = "https://github.com/PromtEngineer/localGPT.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### ShortGPT ### ShortGPT
[".local/share/shortgpt"] [".local/share/shortgpt"]
type = "git-repo" type = "git-repo"
url = "https://github.com/rayventura/shortgpt.git" url = "https://github.com/rayventura/shortgpt.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### Quivr ### Quivr
[".local/share/quivr"] [".local/share/quivr"]
type = "git-repo" type = "git-repo"
url = "https://github.com/StanGirard/Quivr.git" url = "https://github.com/StanGirard/Quivr.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
###################################### ######################################
### CLI ############################## ### CLI ##############################
@ -156,8 +138,7 @@
[".local/share/asdf"] [".local/share/asdf"]
type = "git-repo" type = "git-repo"
url = "https://github.com/asdf-vm/asdf.git" url = "https://github.com/asdf-vm/asdf.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### Bash (Sensible defaults) ### Bash (Sensible defaults)
[".local/share/shell/sensible.bash"] [".local/share/shell/sensible.bash"]
@ -168,22 +149,19 @@
[".local/share/blesh/src"] [".local/share/blesh/src"]
type = "git-repo" type = "git-repo"
url = "https://github.com/akinomyoga/ble.sh.git" url = "https://github.com/akinomyoga/ble.sh.git"
clone.args = ["--shallow-submodules", "--recursive", "--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### Bash It! ### Bash It!
[".local/share/bash_it"] [".local/share/bash_it"]
type = "git-repo" type = "git-repo"
url = "https://github.com/Bash-it/bash-it.git" url = "https://github.com/Bash-it/bash-it.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### emsdk ### emsdk
[".local/share/emsdk"] [".local/share/emsdk"]
type = "git-repo" type = "git-repo"
url = "https://github.com/emscripten-core/emsdk.git" url = "https://github.com/emscripten-core/emsdk.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### fzf ### fzf
[".local/share/fzf/fzf-git.bash"] [".local/share/fzf/fzf-git.bash"]
@ -203,8 +181,7 @@
[".local/share/git-fuzzy"] [".local/share/git-fuzzy"]
type = "git-repo" type = "git-repo"
url = "https://github.com/bigH/git-fuzzy.git" url = "https://github.com/bigH/git-fuzzy.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### LSColors ### LSColors
[".config/shell/lscolors.sh"] [".config/shell/lscolors.sh"]
@ -223,8 +200,7 @@
[".local/bin/update"] [".local/bin/update"]
type = "git-repo" type = "git-repo"
url = "https://github.com/UpdateCommand/update.git" url = "https://github.com/UpdateCommand/update.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
###################################### ######################################
### Fonts ############################ ### Fonts ############################
@ -282,16 +258,14 @@
[".local/share/netdata-debsecan"] [".local/share/netdata-debsecan"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/nodiscc/netdata-debsecan.git" url = "https://gitlab.com/nodiscc/netdata-debsecan.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
{{- end }} {{- end }}
### Netdata Speedtest (required for Netdata speedtest plugin) ### Netdata Speedtest (required for Netdata speedtest plugin)
[".local/share/netdata-speedtest"] [".local/share/netdata-speedtest"]
type = "git-repo" type = "git-repo"
url = "https://github.com/ohthehugemanatee/netdata-speedtest.git" url = "https://github.com/ohthehugemanatee/netdata-speedtest.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
###################################### ######################################
### Rofi ############################# ### Rofi #############################
@ -354,25 +328,21 @@
[".local/src/betelgeuse"] [".local/src/betelgeuse"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/misc/betelgeuse.git" url = "https://gitlab.com/megabyte-labs/misc/betelgeuse.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
[".local/share/betelgeuse"] [".local/share/betelgeuse"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/misc/betelgeuse.git" url = "https://gitlab.com/megabyte-labs/misc/betelgeuse.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
[".local/share/candy-icons"] [".local/share/candy-icons"]
type = "git-repo" type = "git-repo"
url = "https://github.com/ProfessorManhattan/candy-icons.git" url = "https://github.com/ProfessorManhattan/candy-icons.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### AwesomeWM ### AwesomeWM
[".local/share/yoru"] [".local/share/yoru"]
type = "git-repo" type = "git-repo"
url = "https://github.com/rxyhn/yoru.git" url = "https://github.com/rxyhn/yoru.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### Windows / Fluent Application Styles ### Windows / Fluent Application Styles
# Discord (TODO: Apply this to Discord automatically) # Discord (TODO: Apply this to Discord automatically)
@ -383,8 +353,7 @@
[".local/share/fluent/steam"] [".local/share/fluent/steam"]
type = "git-repo" type = "git-repo"
url = "https://github.com/purogamer/Fluent-for-Steam.git" url = "https://github.com/purogamer/Fluent-for-Steam.git"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
###################################### ######################################
### VIM / NVIM ####################### ### VIM / NVIM #######################
@ -400,15 +369,13 @@
[".local/share/vim/plugged/{{ $folderName }}"] [".local/share/vim/plugged/{{ $folderName }}"]
type = "git-repo" type = "git-repo"
url = "{{ $vimPlugin }}" url = "{{ $vimPlugin }}"
clone.args = ["--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
{{- end }} {{- end }}
# coc.nvim VIM plugin requires custom branch "release" # coc.nvim VIM plugin requires custom branch "release"
[".local/share/vim/plugged/coc.nvim"] [".local/share/vim/plugged/coc.nvim"]
type = "git-repo" type = "git-repo"
url = "https://github.com/neoclide/coc.nvim.git" url = "https://github.com/neoclide/coc.nvim.git"
clone.args = ["--branch", "release", "--depth", "1"] {{ $gitArgs }}
pull.args = ["--ff-only"]
### NVIM ### NVIM
[".config/nvim"] [".config/nvim"]