2022-11-22 05:02:51 -08:00
|
|
|
### VIM
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_15_install-asdf-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_20-ensure-zsh-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/universal/logg
Deleted dotfiles/.local/share/chezmoi/home/run_onchange_after_bash-completions, dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl
2022-11-24 06:18:43 -08:00
|
|
|
{{- $refreshPeriod := "240h" }}
|
2022-11-24 02:00:13 -08:00
|
|
|
{{- $vimPlugins := .softwarePlugins.vim.plugins }}
|
2022-11-21 23:48:14 -08:00
|
|
|
{{- range $vimPlugin := $vimPlugins }}
|
|
|
|
{{- $folderName := trimSuffix ".git" (last (splitList "/" $vimPlugin)) }}
|
2022-12-06 12:20:27 -08:00
|
|
|
[".vim/plugged/{{ $folderName }}"]
|
Update dotfiles/.local/share/chezmoi/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/.chezmoi.toml.tmpl, dotfiles/.local/share/chezmoi/dot_ssh/authorized_keys.tmpl, dotfiles/.local/share/chezmoi/.chezmoiignore, dotfiles/.config/chezmoi/chezmoi.toml, dotfiles/.local/share/chezmoi/dot_gitconfig.tmpl, dotfiles/.local/share/chezmoi/dot_bashrc.tmpl, dotfiles/.local/share/chezmoi/dot_profile.tmpl, dotfiles/.profile, dotfiles/.local/share/chezmoi/.chezmoitemplates/profile.sh, dotfiles/.vimrc, dotfiles/.local/share/chezmoi/.chezmoitemplates/chassis-info, dotfiles/.local/share/chezmoi/.chezmoitemplates/cpu-info, dotfiles/.local/share/chezmoi/run_once_before_install-software.sh.tmpl, dotfiles/.local/share/chezmoi/.chezmoidata.yaml
Deleted dotfiles/.config/chezmoi/chezmoi.yaml
2022-11-21 17:06:51 -08:00
|
|
|
type = "git-repo"
|
2022-11-21 23:48:14 -08:00
|
|
|
url = "{{ $vimPlugin }}"
|
2022-11-21 21:27:43 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_15_install-asdf-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_20-ensure-zsh-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/universal/logg
Deleted dotfiles/.local/share/chezmoi/home/run_onchange_after_bash-completions, dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl
2022-11-24 06:18:43 -08:00
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
2022-11-21 23:48:14 -08:00
|
|
|
{{- end }}
|
2022-12-24 02:59:30 -08:00
|
|
|
### coc.nvim VIM plugin requires custom branch "release"
|
|
|
|
[".vim/plugged/coc.nvim"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/neoclide/coc.nvim.git"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--branch", "release", "--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
2022-11-21 23:48:14 -08:00
|
|
|
|
2023-04-16 20:24:54 -07:00
|
|
|
### CloudFlare WARP Certificates
|
|
|
|
[".local/share/warp/Cloudflare_CA.crt"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://developers.cloudflare.com/cloudflare-one/static/documentation/connections/Cloudflare_CA.crt"
|
|
|
|
[".local/share/warp/Cloudflare_CA.pem"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://developers.cloudflare.com/cloudflare-one/static/documentation/connections/Cloudflare_CA.pem"
|
|
|
|
|
2022-11-24 01:34:02 -08:00
|
|
|
### Betelgeuse Theme
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_15_install-asdf-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_20-ensure-zsh-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/universal/logg
Deleted dotfiles/.local/share/chezmoi/home/run_onchange_after_bash-completions, dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl
2022-11-24 06:18:43 -08:00
|
|
|
[".local/src/betelgeuse"]
|
2022-11-24 01:34:02 -08:00
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/misc/betelgeuse.git"
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_15_install-asdf-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_20-ensure-zsh-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/universal/logg
Deleted dotfiles/.local/share/chezmoi/home/run_onchange_after_bash-completions, dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl
2022-11-24 06:18:43 -08:00
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
2023-01-11 23:08:41 -08:00
|
|
|
[".local/src/candy-icons"]
|
|
|
|
type = "git-repo"
|
2023-01-12 02:34:53 -08:00
|
|
|
url = "https://github.com/ProfessorManhattan/candy-icons.git"
|
2023-01-11 23:08:41 -08:00
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
Update dotfiles/.local/share/chezmoi/home/private_dot_config/environments/terminal, dotfiles/.local/software/development/Brewfile, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/development, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/desktop, dotfiles/.local/software/desktop/Brewfile, dotfiles/.local/software/desktop/Packages.config, dotfiles/.local/software/desktop/Wingetfile, dotfiles/.local/software/development/Packages.config, dotfiles/.local/software/development/Scoopfile, dotfiles/.local/software/terminal/Brewfile, dotfiles/.local/software/terminal/Packages.config, dotfiles/.local/software/terminal/Scoopfile, dotfiles/.local/software/Gasfile.yml, dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/system/etc/timeshift/timeshift.json, dotfiles/.local/share/chezmoi/home/private_dot_config/VirtualBox/VirtualBox.xml.tmpl, dotfiles/.local/share/chezmoi/home/Library/VirtualBox/VirtualBox.xml, dotfiles/.local/share/chezmoi/home/dot_VirtualBox/VirtualBox.xml, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports.tmpl, dotfiles/.local/share/chezmoi/system/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/roles/run_onchange_after_symlink-ansible-roles, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_environments.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_playbooks.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/tasks/symlink_qubes.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_README.md.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_Vagrantfile.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_ansible.cfg.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_main.yml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_requirements.yml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/run_onchange_after_symlink-ansible-configs, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_docs.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_commonlib.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubes_pass.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubesformation.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubesguid.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubessls.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/connection/symlink_qubes.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/lookup/symlink_jq.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/lookup/symlink_qubes-pass.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubes_pass.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubesformation.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubesguid.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubessls.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_bombshell-client.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_qrun.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_qssh.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_qscp, dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/run_onchange_ensure-executable.tmpl
Deleted dotfiles/.local/share/chezmoi/home/private_dot_config/environments/work
2022-11-27 06:59:13 -08:00
|
|
|
[".local/src/yoru"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/rxyhn/yoru.git"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
[".local/src/dracula"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/dracula/dracula-theme.git"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
2022-11-24 01:34:02 -08:00
|
|
|
|
2022-11-22 05:02:51 -08:00
|
|
|
### Shell
|
2022-11-24 01:08:35 -08:00
|
|
|
[".config/desktop/gnome.yml"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/gas-station/-/raw/master/environments/prod/group_vars/all/defaults.yml"
|
|
|
|
[".config/desktop/settings.yml"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/gas-station/-/raw/master/roles/system/theme/vars/main.yml"
|
|
|
|
[".config/helm/config.yml"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/gas-station/-/raw/master/environments/prod/group_vars/all/helm.yml"
|
2022-11-24 05:38:28 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
2022-12-06 11:44:59 -08:00
|
|
|
[".local/bash_it"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/Bash-it/bash-it.git"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
2023-01-12 10:50:06 -08:00
|
|
|
#[".local/oh-my-bash"]
|
|
|
|
# type = "git-repo"
|
|
|
|
# url = "https://github.com/ohmybash/oh-my-bash.git"
|
|
|
|
# refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
# clone.args = ["--depth", "1"]
|
|
|
|
# pull.args = ["--ff-only"]
|
2022-11-22 05:02:51 -08:00
|
|
|
[".config/shell/lscolors.sh"]
|
2022-11-22 07:30:02 -08:00
|
|
|
type = "file"
|
2022-11-22 05:02:51 -08:00
|
|
|
url = "https://raw.githubusercontent.com/trapd00r/LS_COLORS/master/lscolors.sh"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
2022-11-22 09:26:04 -08:00
|
|
|
[".config/tmux/tmux.conf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/gpakosz/.tmux/master/.tmux.conf"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
[".config/tmux/tmux.conf.local"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/gpakosz/.tmux/master/.tmux.conf.local"
|
2022-11-22 09:55:29 -08:00
|
|
|
[".local/scripts/antigen.zsh"]
|
2022-11-22 04:28:11 -08:00
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/zsh-users/antigen/develop/bin/antigen.zsh"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
2022-11-22 09:55:29 -08:00
|
|
|
[".local/scripts/fzf-git.bash"]
|
2022-11-22 04:28:11 -08:00
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/junegunn/fzf-git.sh/main/fzf-git.sh"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
2022-11-22 09:55:29 -08:00
|
|
|
[".local/scripts/fzf-tmux.bash"]
|
2022-11-22 04:28:11 -08:00
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/junegunn/fzf/master/bin/fzf-tmux"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
[".local/share/delta/themes.gitconfig"]
|
2022-11-21 23:48:14 -08:00
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/dandavison/delta/master/themes.gitconfig"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
2022-11-22 07:30:02 -08:00
|
|
|
[".local/share/zsh/site-functions/fzf.zsh"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/junegunn/fzf/master/shell/completion.zsh"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
[".local/share/zsh/site-functions/fzf-key-bindings.zsh"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/junegunn/fzf/master/shell/key-bindings.zsh"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
2023-01-05 22:39:13 -08:00
|
|
|
[".vim/autoload/plug.vim"]
|
2022-11-22 09:33:42 -08:00
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
Update dotfiles/.local/share/chezmoi/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/.chezmoi.toml.tmpl, dotfiles/.local/share/chezmoi/dot_ssh/authorized_keys.tmpl, dotfiles/.local/share/chezmoi/.chezmoiignore, dotfiles/.config/chezmoi/chezmoi.toml, dotfiles/.local/share/chezmoi/dot_gitconfig.tmpl, dotfiles/.local/share/chezmoi/dot_bashrc.tmpl, dotfiles/.local/share/chezmoi/dot_profile.tmpl, dotfiles/.profile, dotfiles/.local/share/chezmoi/.chezmoitemplates/profile.sh, dotfiles/.vimrc, dotfiles/.local/share/chezmoi/.chezmoitemplates/chassis-info, dotfiles/.local/share/chezmoi/.chezmoitemplates/cpu-info, dotfiles/.local/share/chezmoi/run_once_before_install-software.sh.tmpl, dotfiles/.local/share/chezmoi/.chezmoidata.yaml
Deleted dotfiles/.config/chezmoi/chezmoi.yaml
2022-11-21 17:06:51 -08:00
|
|
|
|
2022-12-01 23:40:09 -08:00
|
|
|
### ASDF
|
|
|
|
[".local/share/asdf"]
|
|
|
|
type = "git-repo"
|
2022-12-01 23:40:57 -08:00
|
|
|
url = "https://github.com/asdf-vm/asdf.git"
|
2022-12-01 23:40:09 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
|
2023-05-22 12:31:06 -07:00
|
|
|
{{- if eq .host.distro.id "darwin" }}
|
|
|
|
### Crunch
|
|
|
|
[".local/share/crunch"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/chrissimpkins/Crunch.git"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--depth", "1"]
|
2023-05-31 20:48:22 -07:00
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
{{- end }}
|
|
|
|
|
2023-05-31 20:55:35 -07:00
|
|
|
{{- if (lookPath "apt") }}
|
2023-05-31 20:48:22 -07:00
|
|
|
### Netdata Debsecan
|
|
|
|
[".local/share/netdata-debsecan"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/nodiscc/netdata-debsecan.git"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--depth", "1"]
|
2023-05-22 12:31:06 -07:00
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
{{- end }}
|
|
|
|
|
2022-12-06 09:33:14 -08:00
|
|
|
### Git Template
|
2023-03-18 00:28:21 -07:00
|
|
|
# [".config/git/template/_/husky.sh"]
|
|
|
|
# type = "file"
|
|
|
|
# url = "https://github.com/typicode/husky/raw/main/husky.sh"
|
|
|
|
# refreshPeriod = "{{ $refreshPeriod }}"
|
2022-12-06 09:33:14 -08:00
|
|
|
|
Update dotfiles/.config/age/run_once_before_decrypt-private-key.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/darwin/Brewfile, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/fedora/run_onchange_before_10-install-fedora-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/freebsd/run_onchange_before_11-install-freebsd-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/opensuse/run_onchange_before_11-install-opensuse-software.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/centos/run_onchange_before_10-install-centos-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/debian/run_onchange_before_10-install-debian-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/_universal/run_onchange_before_90-install-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/_universal/run_onchange_before_91-configure-gpg.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoidata.yml
2022-11-27 09:46:53 -08:00
|
|
|
### GPG
|
|
|
|
[".gnupg/gpg.conf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/drduh/config/master/gpg.conf"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
|
2022-11-22 20:38:05 -08:00
|
|
|
### Taskfiles
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_15_install-asdf-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_20-ensure-zsh-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/universal/logg
Deleted dotfiles/.local/share/chezmoi/home/run_onchange_after_bash-completions, dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl
2022-11-24 06:18:43 -08:00
|
|
|
[".local/src/shared-common"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/common/shared.git"
|
2022-11-24 14:09:56 -08:00
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
|
2023-01-28 22:55:46 -08:00
|
|
|
### NGINX
|
|
|
|
[".local/system/etc/nginx"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/cloud/nginx-configs.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
|
|
|
|
### Rundeck
|
|
|
|
[".local/system/src/var/lib/rundeck/libext/ansible-plugin-3.2.2.jar"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://github.com/rundeck-plugins/ansible-plugin/releases/download/v3.2.2/ansible-plugin-3.2.2.jar"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
|
2023-06-04 20:26:37 -07:00
|
|
|
### Chef Bento
|
|
|
|
[".local/src/bento"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/installdoc/bento.git"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
|
2022-12-06 14:56:58 -08:00
|
|
|
### Git Fuzzy
|
|
|
|
[".local/src/git-fuzzy"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/bigH/git-fuzzy.git"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/desktop, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/terminal, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/development, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/work, dotfiles/.local/share/chezmoi/system/Applications/Firefox.app/Contents/Resources/distribution/policies.json, dotfiles/.local/share/chezmoi/system/etc/fonts/local.conf, dotfiles/.local/share/chezmoi/system/etc/grub.d/31_hold-shift, dotfiles/.local/share/chezmoi/system/etc/keybase/config.json, dotfiles/.local/share/chezmoi/system/etc/opt/chrome/policies/managed/policies.json, dotfiles/.local/share/chezmoi/system/etc/systemd/system/r2-docker.service, dotfiles/.local/share/chezmoi/system/etc/systemd/system/r2-{{ .user.username }}.service.tmpl, dotfiles/.local/share/chezmoi/system/etc/rcloneignore, dotfiles/.local/share/chezmoi/system/mnt/private_r2-docker/remove_dot_gitkeep, dotfiles/.local/share/chezmoi/system/usr/lib/firefox/distribution/policies.json, dotfiles/.local/share/chezmoi/system/usr/lib/firefox-esr/distribution/policies.json, dotfiles/.local/share/chezmoi/system/usr/local/bin/executable_rclone-mount, dotfiles/.local/share/chezmoi/system/var/cache/rclone/remove_dot_gitkeep, dotfiles/.local/share/chezmoi/system/var/log/user/run_onchange_after-symlink-user-logs, dotfiles/.local/share/chezmoi/system/.chezmoiexternal.toml
2022-11-27 00:32:41 -08:00
|
|
|
### Ansible Roles / Playbook
|
|
|
|
[".local/src/gas-station"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/gas-station.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
Update dotfiles/.local/share/chezmoi/home/private_dot_config/environments/terminal, dotfiles/.local/software/development/Brewfile, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/development, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/desktop, dotfiles/.local/software/desktop/Brewfile, dotfiles/.local/software/desktop/Packages.config, dotfiles/.local/software/desktop/Wingetfile, dotfiles/.local/software/development/Packages.config, dotfiles/.local/software/development/Scoopfile, dotfiles/.local/software/terminal/Brewfile, dotfiles/.local/software/terminal/Packages.config, dotfiles/.local/software/terminal/Scoopfile, dotfiles/.local/software/Gasfile.yml, dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/system/etc/timeshift/timeshift.json, dotfiles/.local/share/chezmoi/home/private_dot_config/VirtualBox/VirtualBox.xml.tmpl, dotfiles/.local/share/chezmoi/home/Library/VirtualBox/VirtualBox.xml, dotfiles/.local/share/chezmoi/home/dot_VirtualBox/VirtualBox.xml, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports.tmpl, dotfiles/.local/share/chezmoi/system/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/roles/run_onchange_after_symlink-ansible-roles, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_environments.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_playbooks.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/tasks/symlink_qubes.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_README.md.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_Vagrantfile.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_ansible.cfg.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_main.yml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_requirements.yml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/run_onchange_after_symlink-ansible-configs, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_docs.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_commonlib.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubes_pass.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubesformation.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubesguid.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubessls.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/connection/symlink_qubes.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/lookup/symlink_jq.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/lookup/symlink_qubes-pass.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubes_pass.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubesformation.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubesguid.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubessls.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_bombshell-client.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_qrun.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_qssh.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_qscp, dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/run_onchange_ensure-executable.tmpl
Deleted dotfiles/.local/share/chezmoi/home/private_dot_config/environments/work
2022-11-27 06:59:13 -08:00
|
|
|
[".local/src/ansible-qubes"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/ProfessorManhattan/ansible-qubes.git"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
[".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"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
2022-12-06 12:49:57 -08:00
|
|
|
[".local/share/ansible/plugins/lookup/bitwarden.py"]
|
Update dotfiles/.local/share/chezmoi/home/private_dot_config/environments/terminal, dotfiles/.local/software/development/Brewfile, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/development, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/desktop, dotfiles/.local/software/desktop/Brewfile, dotfiles/.local/software/desktop/Packages.config, dotfiles/.local/software/desktop/Wingetfile, dotfiles/.local/software/development/Packages.config, dotfiles/.local/software/development/Scoopfile, dotfiles/.local/software/terminal/Brewfile, dotfiles/.local/software/terminal/Packages.config, dotfiles/.local/software/terminal/Scoopfile, dotfiles/.local/software/Gasfile.yml, dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/system/etc/timeshift/timeshift.json, dotfiles/.local/share/chezmoi/home/private_dot_config/VirtualBox/VirtualBox.xml.tmpl, dotfiles/.local/share/chezmoi/home/Library/VirtualBox/VirtualBox.xml, dotfiles/.local/share/chezmoi/home/dot_VirtualBox/VirtualBox.xml, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports.tmpl, dotfiles/.local/share/chezmoi/system/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/roles/run_onchange_after_symlink-ansible-roles, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_environments.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_playbooks.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/tasks/symlink_qubes.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_README.md.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_Vagrantfile.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_ansible.cfg.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_main.yml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_requirements.yml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/run_onchange_after_symlink-ansible-configs, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/symlink_docs.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_commonlib.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubes_pass.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubesformation.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubesguid.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/action/symlink_qubessls.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/connection/symlink_qubes.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/lookup/symlink_jq.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/lookup/symlink_qubes-pass.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubes_pass.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubesformation.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubesguid.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/share/ansible/plugins/library/symlink_qubessls.py.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_bombshell-client.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_qrun.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_qssh.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_qscp, dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/run_onchange_ensure-executable.tmpl
Deleted dotfiles/.local/share/chezmoi/home/private_dot_config/environments/work
2022-11-27 06:59:13 -08:00
|
|
|
type = "file"
|
|
|
|
url = "https://github.com/ProfessorManhattan/ansible-modules-bitwarden/raw/master/lookup_plugins/bitwarden.py"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/desktop, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/terminal, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/development, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/work, dotfiles/.local/share/chezmoi/system/Applications/Firefox.app/Contents/Resources/distribution/policies.json, dotfiles/.local/share/chezmoi/system/etc/fonts/local.conf, dotfiles/.local/share/chezmoi/system/etc/grub.d/31_hold-shift, dotfiles/.local/share/chezmoi/system/etc/keybase/config.json, dotfiles/.local/share/chezmoi/system/etc/opt/chrome/policies/managed/policies.json, dotfiles/.local/share/chezmoi/system/etc/systemd/system/r2-docker.service, dotfiles/.local/share/chezmoi/system/etc/systemd/system/r2-{{ .user.username }}.service.tmpl, dotfiles/.local/share/chezmoi/system/etc/rcloneignore, dotfiles/.local/share/chezmoi/system/mnt/private_r2-docker/remove_dot_gitkeep, dotfiles/.local/share/chezmoi/system/usr/lib/firefox/distribution/policies.json, dotfiles/.local/share/chezmoi/system/usr/lib/firefox-esr/distribution/policies.json, dotfiles/.local/share/chezmoi/system/usr/local/bin/executable_rclone-mount, dotfiles/.local/share/chezmoi/system/var/cache/rclone/remove_dot_gitkeep, dotfiles/.local/share/chezmoi/system/var/log/user/run_onchange_after-symlink-user-logs, dotfiles/.local/share/chezmoi/system/.chezmoiexternal.toml
2022-11-27 00:32:41 -08:00
|
|
|
|
|
|
|
### Packer
|
|
|
|
[".local/src/packer/archlinux"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/packer/archlinux-desktop.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
[".local/src/packer/centos"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/packer/centos-desktop.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
[".local/src/packer/debian"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/packer/debian-desktop.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
[".local/src/packer/fedora"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/packer/fedora-desktop.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
[".local/src/packer/macos"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/packer/macos-desktop.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
[".local/src/packer/ubuntu"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/packer/ubuntu-desktop.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
[".local/src/packer/windows"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/packer/windows-desktop.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
2023-06-17 00:08:48 -07:00
|
|
|
# https://github.com/kholia/OSX-KVM
|
|
|
|
[".local/src/osx-kvm"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/kholia/OSX-KVM.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/desktop, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/terminal, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/development, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/work, dotfiles/.local/share/chezmoi/system/Applications/Firefox.app/Contents/Resources/distribution/policies.json, dotfiles/.local/share/chezmoi/system/etc/fonts/local.conf, dotfiles/.local/share/chezmoi/system/etc/grub.d/31_hold-shift, dotfiles/.local/share/chezmoi/system/etc/keybase/config.json, dotfiles/.local/share/chezmoi/system/etc/opt/chrome/policies/managed/policies.json, dotfiles/.local/share/chezmoi/system/etc/systemd/system/r2-docker.service, dotfiles/.local/share/chezmoi/system/etc/systemd/system/r2-{{ .user.username }}.service.tmpl, dotfiles/.local/share/chezmoi/system/etc/rcloneignore, dotfiles/.local/share/chezmoi/system/mnt/private_r2-docker/remove_dot_gitkeep, dotfiles/.local/share/chezmoi/system/usr/lib/firefox/distribution/policies.json, dotfiles/.local/share/chezmoi/system/usr/lib/firefox-esr/distribution/policies.json, dotfiles/.local/share/chezmoi/system/usr/local/bin/executable_rclone-mount, dotfiles/.local/share/chezmoi/system/var/cache/rclone/remove_dot_gitkeep, dotfiles/.local/share/chezmoi/system/var/log/user/run_onchange_after-symlink-user-logs, dotfiles/.local/share/chezmoi/system/.chezmoiexternal.toml
2022-11-27 00:32:41 -08:00
|
|
|
|
2023-05-14 17:41:51 -07:00
|
|
|
### PowerShell
|
|
|
|
[".local/share/powershell/docker"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/matt9ucci/DockerCompletion.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/desktop, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/terminal, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/development, dotfiles/.local/share/chezmoi/home/private_dot_config/environments/work, dotfiles/.local/share/chezmoi/system/Applications/Firefox.app/Contents/Resources/distribution/policies.json, dotfiles/.local/share/chezmoi/system/etc/fonts/local.conf, dotfiles/.local/share/chezmoi/system/etc/grub.d/31_hold-shift, dotfiles/.local/share/chezmoi/system/etc/keybase/config.json, dotfiles/.local/share/chezmoi/system/etc/opt/chrome/policies/managed/policies.json, dotfiles/.local/share/chezmoi/system/etc/systemd/system/r2-docker.service, dotfiles/.local/share/chezmoi/system/etc/systemd/system/r2-{{ .user.username }}.service.tmpl, dotfiles/.local/share/chezmoi/system/etc/rcloneignore, dotfiles/.local/share/chezmoi/system/mnt/private_r2-docker/remove_dot_gitkeep, dotfiles/.local/share/chezmoi/system/usr/lib/firefox/distribution/policies.json, dotfiles/.local/share/chezmoi/system/usr/lib/firefox-esr/distribution/policies.json, dotfiles/.local/share/chezmoi/system/usr/local/bin/executable_rclone-mount, dotfiles/.local/share/chezmoi/system/var/cache/rclone/remove_dot_gitkeep, dotfiles/.local/share/chezmoi/system/var/log/user/run_onchange_after-symlink-user-logs, dotfiles/.local/share/chezmoi/system/.chezmoiexternal.toml
2022-11-27 00:32:41 -08:00
|
|
|
### JumpUSB
|
|
|
|
[".local/src/jumpusb"]
|
|
|
|
type = "git-repo"
|
|
|
|
url = "https://gitlab.com/megabyte-labs/jumpusb.git"
|
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
|
|
|
|
2023-01-04 17:31:03 -08:00
|
|
|
### Vagrant
|
|
|
|
[".ssh/authorized_keys.vagrant"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/hashicorp/vagrant/main/keys/vagrant.pub"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoiremove, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/functions, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_20-configure-darwin-shell.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-darwin.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_15_install-asdf-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_20_install-helm-plugins.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_30_install-krew-plugins.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_40_install-rust-toolchain.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/universal/essential-packages, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_bat.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_fd.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_readlink.tmpl
2022-11-24 02:42:17 -08:00
|
|
|
{{- if and (not .host.headless) (ne .chezmoi.os "windows") }}
|
2022-11-22 05:02:51 -08:00
|
|
|
### Neovim
|
|
|
|
[".config/nvim"]
|
|
|
|
type = "git-repo"
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_15_install-asdf-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_20-ensure-zsh-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/universal/logg
Deleted dotfiles/.local/share/chezmoi/home/run_onchange_after_bash-completions, dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl
2022-11-24 06:18:43 -08:00
|
|
|
url = "https://github.com/NvChad/NvChad.git"
|
2022-11-22 05:02:51 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_15_install-asdf-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_20-ensure-zsh-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/universal/logg
Deleted dotfiles/.local/share/chezmoi/home/run_onchange_after_bash-completions, dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl
2022-11-24 06:18:43 -08:00
|
|
|
clone.args = ["--depth", "1"]
|
|
|
|
pull.args = ["--ff-only"]
|
2022-11-22 12:31:49 -08:00
|
|
|
{{- end }}
|
|
|
|
|
Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoiremove, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/functions, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_20-configure-darwin-shell.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-darwin.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/exports, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_15_install-asdf-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_20_install-helm-plugins.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10_install-aqua-packages.sh.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_30_install-krew-plugins.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_40_install-rust-toolchain.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_10_install-ubuntu-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoitemplates/universal/essential-packages, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_bat.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_fd.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/symlink_readlink.tmpl
2022-11-24 02:42:17 -08:00
|
|
|
{{- if and (eq .chezmoi.os "linux") (not .host.headless) }}
|
2022-11-22 12:31:49 -08:00
|
|
|
### Rofi
|
|
|
|
[".local/share/fonts/GrapeNuts-Regular.ttf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://github.com/adi1090x/rofi/raw/master/fonts/GrapeNuts-Regular.ttf"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
[".local/share/fonts/Icomoon-Feather.ttf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://github.com/adi1090x/rofi/raw/master/fonts/Icomoon-Feather.ttf"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
[".local/share/fonts/Iosevka-Nerd-Font-Complete.ttf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://github.com/adi1090x/rofi/raw/master/fonts/Iosevka-Nerd-Font-Complete.ttf"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
[".local/share/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://github.com/adi1090x/rofi/raw/master/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf"
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
[".config/rofi"]
|
|
|
|
type = "archive"
|
|
|
|
url = "https://github.com/adi1090x/rofi/archive/refs/heads/master.tar.gz"
|
|
|
|
exact = true
|
|
|
|
stripComponents = 2
|
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
include = ["applets/**", "colors/**", "images/**", "launchers/**", "powermenu/**", "scripts/**", "config.rasi"]
|
|
|
|
{{- end }}
|
2022-11-22 05:02:51 -08:00
|
|
|
|
2022-11-21 21:27:43 -08:00
|
|
|
{{- if not .host.headless }}
|
2022-11-22 04:28:11 -08:00
|
|
|
### Hack Nerd Font Download
|
2022-11-27 09:58:34 -08:00
|
|
|
{{- $refreshPeriod := "4800h" }}
|
2022-11-21 21:27:43 -08:00
|
|
|
{{- $fontDir := "" }}
|
|
|
|
{{- $fontUrlBase := "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Hack"}}
|
|
|
|
{{- if eq .host.distro.family "darwin" }}
|
|
|
|
{{- $fontDir = "Library/Fonts" }}
|
|
|
|
{{- else if eq .host.distro.family "linux" }}
|
|
|
|
{{- $fontDir = ".local/share/fonts" }}
|
|
|
|
{{- else if eq .host.distro.family "windows" }}
|
|
|
|
{{- $fontDir = "Windows/Fonts" }}
|
|
|
|
{{- end }}
|
|
|
|
["{{ $fontDir }}/Hack-Regular-Nerd-Font.ttf"]
|
|
|
|
type = "file"
|
2023-06-03 21:26:24 -07:00
|
|
|
url = "{{ $fontUrlBase }}/Regular/HackNerdFont-Regular.ttf"
|
2022-11-21 21:27:43 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
["{{ $fontDir }}/Hack-Bold-Nerd-Font.ttf"]
|
|
|
|
type = "file"
|
2023-06-03 21:26:24 -07:00
|
|
|
url = "{{ $fontUrlBase }}/Bold/HackNerdFont-Bold.ttf"
|
2022-11-21 21:27:43 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
["{{ $fontDir }}/Hack-Italic-Nerd-Font.ttf"]
|
|
|
|
type = "file"
|
2023-06-03 21:26:24 -07:00
|
|
|
url = "{{ $fontUrlBase }}/Italic/HackNerdFont-Italic.ttf"
|
2022-11-21 21:27:43 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
["{{ $fontDir }}/Hack-Bold-Italic-Nerd-Font.ttf"]
|
|
|
|
type = "file"
|
2023-06-03 21:26:24 -07:00
|
|
|
url = "{{ $fontUrlBase }}/BoldItalic/HackNerdFont-BoldItalic.ttf"
|
2022-11-22 04:28:11 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
|
|
|
|
### Montserrat Font Download
|
|
|
|
{{- $fontUrlBase := "https://github.com/JulietaUla/Montserrat/raw/master/fonts/ttf/Montserrat-"}}
|
|
|
|
{{- $fonts := list "Black" "BlackItalic" "Bold" "BoldItalic" "ExtraBold" "ExtraBoldItalic" "ExtraLight" "ExtraLightItalic" "Italic" "Light" "LightItalic" "Medium" "MediumItalic" "Regular" "SemiBold" "SemiBoldItalic" "Thin" "ThinItalic" }}
|
|
|
|
{{- range $font := $fonts }}
|
|
|
|
["{{ $fontDir }}/Montserrat-{{ $font }}.ttf"]
|
|
|
|
type = "file"
|
|
|
|
url = "{{ $fontUrlBase }}{{ $font }}.ttf"
|
2022-11-21 21:27:43 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
2022-11-22 04:28:11 -08:00
|
|
|
{{- end }}
|
Update dotfiles/.local/share/chezmoi/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/.chezmoi.toml.tmpl, dotfiles/.local/share/chezmoi/dot_ssh/authorized_keys.tmpl, dotfiles/.local/share/chezmoi/.chezmoiignore, dotfiles/.config/chezmoi/chezmoi.toml, dotfiles/.local/share/chezmoi/dot_gitconfig.tmpl, dotfiles/.local/share/chezmoi/dot_bashrc.tmpl, dotfiles/.local/share/chezmoi/dot_profile.tmpl, dotfiles/.profile, dotfiles/.local/share/chezmoi/.chezmoitemplates/profile.sh, dotfiles/.vimrc, dotfiles/.local/share/chezmoi/.chezmoitemplates/chassis-info, dotfiles/.local/share/chezmoi/.chezmoitemplates/cpu-info, dotfiles/.local/share/chezmoi/run_once_before_install-software.sh.tmpl, dotfiles/.local/share/chezmoi/.chezmoidata.yaml
Deleted dotfiles/.config/chezmoi/chezmoi.yaml
2022-11-21 17:06:51 -08:00
|
|
|
|
2022-11-21 21:27:43 -08:00
|
|
|
### ZillaSlab Font Download
|
2022-11-22 04:28:11 -08:00
|
|
|
{{- $fontUrlBase := "https://github.com/typotheque/zilla-slab/raw/master/fonts_TTF/ZillaSlab"}}
|
|
|
|
{{- $fonts := list "-Bold" "-BoldItalic" "-Italic" "-Light" "-LightItalic" "-Medium" "-MediumItalic" "-Regular" "-SemiBold" "-SemiBoldItalic" "Highlight-Bold" "Highlight-Regular" }}
|
2022-11-21 21:27:43 -08:00
|
|
|
{{- range $font := $fonts }}
|
2022-11-22 04:28:11 -08:00
|
|
|
["{{ $fontDir }}/ZillaSlab{{ $font }}.ttf"]
|
2022-11-21 21:27:43 -08:00
|
|
|
type = "file"
|
2022-11-22 04:28:11 -08:00
|
|
|
url = "{{ $fontUrlBase }}{{ $font }}.ttf"
|
2022-11-21 21:27:43 -08:00
|
|
|
refreshPeriod = "{{ $refreshPeriod }}"
|
|
|
|
{{- end }}
|
2022-11-21 23:48:14 -08:00
|
|
|
{{- end }}
|