change ignore for alpine

This commit is contained in:
Tyler Starr 2023-09-17 21:41:32 -07:00
parent 8f770b691c
commit 3d0d64e065
2 changed files with 9 additions and 20 deletions

View File

@ -6,20 +6,7 @@ provision
additional-setup.md additional-setup.md
.gen .gen
{{ if eq .chezmoi.os "darwin" }} {{ if eq .chezmoi.osRelease.id "alpine" }}
bin
.bash_profile
.bashrc
.local
.nbrc
.taskopenrc
.taskrc
.config/vdirsyncer
.config/i3
.config/polybar
{{ end }}
{{ if eq .chezmoi.os "android" }}
* *
.config/nvim .config/nvim
{{ end }} {{ end }}

View File

@ -62,23 +62,25 @@
sway.enable = true; sway.enable = true;
}; };
devel = { devel = {
tooling.enable = true;
python.enable = true;
engineering.enable = true; engineering.enable = true;
notes.enable = true; notes.enable = true;
python.enable = true;
tooling.enable = true;
}; };
gaming = { gaming = {
steam.enable = true; steam.enable = true;
}; };
services = { services = {
samba-client.enable = true; #jellyfin.enable = true;
virt-manager.enable = true;
syncthing.enable = true;
peripherals.enable = true; peripherals.enable = true;
samba-client.enable = true;
#samba-server.enable = true;
syncthing.enable = true;
virt-manager.enable = true;
}; };
system = { system = {
terminal.enable = true;
ssh.enable = true; ssh.enable = true;
terminal.enable = true;
}; };
}; };
# Did you read the comment? # Did you read the comment?