Compare commits

..

No commits in common. "c0a307ef190730173ee20a277567830c06b982d4" and "b040d847f8ed6f1eb412106c25d85ed90e833575" have entirely different histories.

View file

@ -168,10 +168,10 @@ dst = "/etc/doas.conf"
src = "etc/flexo/flexo.toml" src = "etc/flexo/flexo.toml"
dst = "/etc/flexo/flexo.toml" dst = "/etc/flexo/flexo.toml"
[profiles.locale] [profiles.Locale]
dotfiles = ["f_locale.conf", "f_locale.gen"] dotfiles = ["f_locale.conf", "f_locale.gen"]
[profiles.pacman] [profiles.Pacman]
dotfiles = [ dotfiles = [
"f_pacman.conf", "f_pacman.conf",
"f_pacman_zsh_hook", "f_pacman_zsh_hook",
@ -204,7 +204,7 @@ dotfiles = [
"f_welcomemessage.conf", "f_welcomemessage.conf",
"f_flexo.toml", "f_flexo.toml",
] ]
include = ["locale", "pacman"] include = ["Locale", "Pacman"]
[profiles.VentoyArch] [profiles.VentoyArch]
dotfiles = [ dotfiles = [
@ -221,7 +221,7 @@ dotfiles = [
"f_system.conf", "f_system.conf",
"f_timesyncd.conf", "f_timesyncd.conf",
] ]
include = ["locale", "pacman"] include = ["Locale", "Pacman"]
[profiles.Shire] [profiles.Shire]
dotfiles = [ dotfiles = [
@ -244,10 +244,10 @@ dotfiles = [
"f_sshd_config", "f_sshd_config",
"f_system.conf", "f_system.conf",
] ]
include = ["locale", "pacman"] include = ["Locale", "Pacman"]
[profiles.Moria] [profiles.Moria]
include = ["locale", "pacman"] include = ["Locale", "Pacman"]
dotfiles = [ dotfiles = [
"f_99-sysctl.conf", "f_99-sysctl.conf",
"f_cmdline", "f_cmdline",
@ -265,18 +265,14 @@ dotfiles = [
dotfiles = ["f_doas.conf", "f_ignore", "f_sshd_config"] dotfiles = ["f_doas.conf", "f_ignore", "f_sshd_config"]
[profiles.Gondor] [profiles.Gondor]
include = ["locale", "pacman"] include = ["Locale", "Pacman"]
dotfiles = ["f_doas.conf", "f_sshd_config"] dotfiles = ["f_doas.conf", "f_sshd_config"]
[profiles.localhost] [profiles.localhost]
include = ["locale"] include = ["Locale"]
[profiles.Edoras] [profiles.Edoras]
include = ["pacman"] include = ["Pacman"]
[profiles.mko-laptop] [profiles.mko-laptop]
dotfiles = ["f_cpupower", "f_doas.conf", "f_timesyncd.conf"] dotfiles = ["f_cpupower", "f_doas.conf", "f_timesyncd.conf"]
[profiles.Evendim]
include = ["locale", "pacman"]
dotfiles = ["f_doas.conf", "f_sshd_config"]