headsetcontrol-install-theming #24

Merged
eriq12 merged 2 commits from headsetcontrol-install-theming into main 2025-06-20 18:12:05 -04:00
3 changed files with 16 additions and 1 deletions
Showing only changes of commit d0e1214f23 - Show all commits

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
git clone https://git.hydrosaber.com/eriq12/dotfiles /etc/skel/.local/share/chezmoi
cp /etc/skel/.local/share/chezmoi/dot_bashrc /etc/skel/.bashrc
cp /etc/skel/.local/share/chezmoi/dot_zshrc /etc/skel/.zshrc
cp -r /etc/skel/.local/share/chezmoi/dot_config /etc/skel/.config

View File

@@ -1,3 +1,7 @@
modules: modules:
- type: chezmoi - type: chezmoi
repository: "https://git.hydrosaber.com/eriq12/dotfiles" repository: "https://git.hydrosaber.com/eriq12/dotfiles"
- type: script
scripts:
- setupchezmoiskel.sh