headsetcontrol-install-theming #24
10
files/scripts/setupchezmoiskel.sh
Normal file
10
files/scripts/setupchezmoiskel.sh
Normal 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
|
@@ -1,3 +1,7 @@
|
||||
modules:
|
||||
- type: chezmoi
|
||||
repository: "https://git.hydrosaber.com/eriq12/dotfiles"
|
||||
repository: "https://git.hydrosaber.com/eriq12/dotfiles"
|
||||
|
||||
- type: script
|
||||
scripts:
|
||||
- setupchezmoiskel.sh
|
Reference in New Issue
Block a user