Latest
This commit is contained in:
parent
688f9f564a
commit
34fa39ff1c
1 changed files with 35 additions and 39 deletions
|
@ -1,8 +1,4 @@
|
||||||
{{ define "gitArgs" }}
|
{{ $gitArgs := "clone.args = ['--depth', '1']\n pull.args = ['--ff-only']" }}
|
||||||
clone.args = ["--depth", "1"]
|
|
||||||
pull.args = ["--ff-only"]
|
|
||||||
{{ end }}
|
|
||||||
{{ $gitArgs := template "gitArgs" }}
|
|
||||||
|
|
||||||
### Git Template
|
### Git Template
|
||||||
# [".config/git/template/_/husky.sh"]
|
# [".config/git/template/_/husky.sh"]
|
||||||
|
@ -18,44 +14,44 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
#[".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"
|
||||||
# {{ $gitArgs | indent 4 }}
|
# {{ $gitArgs }}
|
||||||
|
|
||||||
|
|
||||||
{{- if eq .host.distro.id "darwin" }}
|
{{- if eq .host.distro.id "darwin" }}
|
||||||
|
@ -63,7 +59,7 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
### Ansible Roles / Playbook
|
### Ansible Roles / Playbook
|
||||||
|
@ -71,11 +67,11 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
[".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"
|
||||||
|
@ -87,13 +83,13 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
### AI / GPT #########################
|
### AI / GPT #########################
|
||||||
|
@ -103,31 +99,31 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
### CLI ##############################
|
### CLI ##############################
|
||||||
|
@ -142,7 +138,7 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### Bash (Sensible defaults)
|
### Bash (Sensible defaults)
|
||||||
[".local/share/shell/sensible.bash"]
|
[".local/share/shell/sensible.bash"]
|
||||||
|
@ -153,19 +149,19 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### fzf
|
### fzf
|
||||||
[".local/share/fzf/fzf-git.bash"]
|
[".local/share/fzf/fzf-git.bash"]
|
||||||
|
@ -185,7 +181,7 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### LSColors
|
### LSColors
|
||||||
[".config/shell/lscolors.sh"]
|
[".config/shell/lscolors.sh"]
|
||||||
|
@ -204,7 +200,7 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
### Fonts ############################
|
### Fonts ############################
|
||||||
|
@ -262,14 +258,14 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
{{- 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
### Rofi #############################
|
### Rofi #############################
|
||||||
|
@ -332,21 +328,21 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### Windows / Fluent Application Styles
|
### Windows / Fluent Application Styles
|
||||||
# Discord (TODO: Apply this to Discord automatically)
|
# Discord (TODO: Apply this to Discord automatically)
|
||||||
|
@ -357,7 +353,7 @@ pull.args = ["--ff-only"]
|
||||||
[".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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
### VIM / NVIM #######################
|
### VIM / NVIM #######################
|
||||||
|
@ -373,13 +369,13 @@ pull.args = ["--ff-only"]
|
||||||
[".local/share/vim/plugged/{{ $folderName }}"]
|
[".local/share/vim/plugged/{{ $folderName }}"]
|
||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
url = "{{ $vimPlugin }}"
|
url = "{{ $vimPlugin }}"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
{{- 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"
|
||||||
{{ $gitArgs | indent 4 }}
|
{{ $gitArgs }}
|
||||||
|
|
||||||
### NVIM
|
### NVIM
|
||||||
[".config/nvim"]
|
[".config/nvim"]
|
||||||
|
|
Loading…
Reference in a new issue