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

This commit is contained in:
Brian Zalewski 2022-11-27 08:32:41 +00:00
parent ef8b2ebb28
commit e0677a246f
21 changed files with 61 additions and 0 deletions

View file

@ -20,6 +20,7 @@
# echo "_pre allows you to define a script that runs before the installation"
# _post:brew:debian: |
# echo "_post allows you to define a script that runs after the installation"
# ansible: professormanhattan.docker
# apk: altair
# appimage: https://developers.yubico.com/yubikey-manager-qt/Releases/yubikey-manager-qt-1.2.4b-linux.AppImage
# basher: xwmx/nb

View file

@ -87,6 +87,57 @@
clone.args = ["--depth", "1"]
pull.args = ["--ff-only"]
### 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"]
### 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"]
### JumpUSB
[".local/src/jumpusb"]
type = "git-repo"
url = "https://gitlab.com/megabyte-labs/jumpusb.git"
clone.args = ["--depth", "1"]
pull.args = ["--ff-only"]
{{- if and (not .host.headless) (ne .chezmoi.os "windows") }}
### Neovim
[".config/nvim"]

View file

@ -0,0 +1,5 @@
["/etc/nginx"]
type = "git-repo"
url = "https://gitlab.com/megabyte-labs/cloud/nginx-configs.git"
clone.args = ["--depth", "1"]
pull.args = ["--ff-only"]

View file

@ -0,0 +1 @@