From 4a79a06fc9eac322801a5153b70969c3e99597dc Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Thu, 30 Nov 2023 01:56:57 +0000 Subject: [PATCH] Latest --- home/.chezmoiexternal.toml.tmpl | 70 ++++++++++++++++----------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/home/.chezmoiexternal.toml.tmpl b/home/.chezmoiexternal.toml.tmpl index 559f9b89..42133b17 100644 --- a/home/.chezmoiexternal.toml.tmpl +++ b/home/.chezmoiexternal.toml.tmpl @@ -1,4 +1,4 @@ -{{ $gitArgs := "clone.args = [\"--depth\", \"1\"]\n pull.args = [\"--ff-only\"]" }} +{{ $gitArgs := "clone.args = [\"--depth\", \"1\"]\npull.args = [\"--ff-only\"]" }} ### Git Template # [".config/git/template/_/husky.sh"] @@ -14,44 +14,44 @@ [".local/src/bento"] type = "git-repo" url = "https://github.com/installdoc/bento.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### Vagrant OPNSense [".local/src/vagrant-opnsense"] type = "git-repo" url = "https://github.com/punktDe/vagrant-opnsense.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### Shellfire [".local/src/shellfire"] type = "git-repo" url = "https://github.com/shellfire-dev/shellfire.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} [".local/share/hoard"] type = "git-repo" url = "https://github.com/Hyde46/hoard.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} [".local/share/up"] type = "git-repo" url = "https://github.com/shannonmoeller/up.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} [".local/share/rsync-time-backup"] type = "git-repo" url = "https://github.com/laurent22/rsync-time-backup.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} [".local/share/concurrent"] type = "git-repo" url = "https://github.com/themattrix/bash-concurrent.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} [".local/share/install.doctor"] type = "git-repo" url = "https://github.com/megabyte-labs/install.doctor.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} #[".local/oh-my-bash"] # type = "git-repo" # url = "https://github.com/ohmybash/oh-my-bash.git" -# {{ $gitArgs }} +# {{ $gitArgs | indent 4 }} {{- if eq .host.distro.id "darwin" }} @@ -59,7 +59,7 @@ [".local/share/crunch"] type = "git-repo" url = "https://github.com/chrissimpkins/Crunch.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} {{- end }} ### Ansible Roles / Playbook @@ -67,11 +67,11 @@ [".local/share/gas-station"] type = "git-repo" url = "https://gitlab.com/megabyte-labs/gas-station.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} [".local/share/ansible-qubes"] type = "git-repo" url = "https://github.com/ProfessorManhattan/ansible-qubes.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} [".local/share/ansible/plugins/callback/beautiful_output.py"] type = "file" url = "https://github.com/Townk/ansible-beautiful-output/raw/master/callback_plugins/beautiful_output.py" @@ -83,13 +83,13 @@ [".local/share/osx-kvm"] type = "git-repo" url = "https://github.com/kholia/OSX-KVM.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### PowerShell [".local/share/powershell/docker"] type = "git-repo" url = "https://github.com/matt9ucci/DockerCompletion.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ###################################### ### AI / GPT ######################### @@ -99,31 +99,31 @@ [".local/share/agentgpt"] type = "git-repo" url = "https://github.com/reworkd/AgentGPT.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### Kaguya [".local/share/kaguya"] type = "git-repo" url = "https://github.com/ykdojo/kaguya.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### LocalGPT [".local/share/localgpt"] type = "git-repo" url = "https://github.com/PromtEngineer/localGPT.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### ShortGPT [".local/share/shortgpt"] type = "git-repo" url = "https://github.com/rayventura/shortgpt.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### Quivr [".local/share/quivr"] type = "git-repo" url = "https://github.com/StanGirard/Quivr.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ###################################### ### CLI ############################## @@ -138,7 +138,7 @@ [".local/share/asdf"] type = "git-repo" url = "https://github.com/asdf-vm/asdf.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### Bash (Sensible defaults) [".local/share/shell/sensible.bash"] @@ -149,19 +149,19 @@ [".local/share/blesh/src"] type = "git-repo" url = "https://github.com/akinomyoga/ble.sh.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### Bash It! [".local/share/bash_it"] type = "git-repo" url = "https://github.com/Bash-it/bash-it.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### emsdk [".local/share/emsdk"] type = "git-repo" url = "https://github.com/emscripten-core/emsdk.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### fzf [".local/share/fzf/fzf-git.bash"] @@ -181,7 +181,7 @@ [".local/share/git-fuzzy"] type = "git-repo" url = "https://github.com/bigH/git-fuzzy.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### LSColors [".config/shell/lscolors.sh"] @@ -200,7 +200,7 @@ [".local/bin/update"] type = "git-repo" url = "https://github.com/UpdateCommand/update.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ###################################### ### Fonts ############################ @@ -258,14 +258,14 @@ [".local/share/netdata-debsecan"] type = "git-repo" url = "https://gitlab.com/nodiscc/netdata-debsecan.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} {{- end }} ### Netdata Speedtest (required for Netdata speedtest plugin) [".local/share/netdata-speedtest"] type = "git-repo" url = "https://github.com/ohthehugemanatee/netdata-speedtest.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ###################################### ### Rofi ############################# @@ -328,21 +328,21 @@ [".local/src/betelgeuse"] type = "git-repo" url = "https://gitlab.com/megabyte-labs/misc/betelgeuse.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} [".local/share/betelgeuse"] type = "git-repo" url = "https://gitlab.com/megabyte-labs/misc/betelgeuse.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} [".local/share/candy-icons"] type = "git-repo" url = "https://github.com/ProfessorManhattan/candy-icons.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### AwesomeWM [".local/share/yoru"] type = "git-repo" url = "https://github.com/rxyhn/yoru.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### Windows / Fluent Application Styles # Discord (TODO: Apply this to Discord automatically) @@ -353,7 +353,7 @@ [".local/share/fluent/steam"] type = "git-repo" url = "https://github.com/purogamer/Fluent-for-Steam.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ###################################### ### VIM / NVIM ####################### @@ -369,13 +369,13 @@ [".local/share/vim/plugged/{{ $folderName }}"] type = "git-repo" url = "{{ $vimPlugin }}" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} {{- end }} # coc.nvim VIM plugin requires custom branch "release" [".local/share/vim/plugged/coc.nvim"] type = "git-repo" url = "https://github.com/neoclide/coc.nvim.git" - {{ $gitArgs }} + {{ $gitArgs | indent 4 }} ### NVIM [".config/nvim"]