Update config.toml
This commit is contained in:
parent
aa43e958df
commit
93c3611b55
1 changed files with 28 additions and 67 deletions
95
config.toml
95
config.toml
|
@ -31,7 +31,7 @@ dst = "~/.config/imapnotify"
|
||||||
src = ".config/imapnotify"
|
src = ".config/imapnotify"
|
||||||
|
|
||||||
[dotfiles.d_nvim]
|
[dotfiles.d_nvim]
|
||||||
actions = ["nvim-packer-sync"]
|
actions = [ "nvim-packer-sync",]
|
||||||
dst = "~/.config/nvim"
|
dst = "~/.config/nvim"
|
||||||
src = ".config/nvim"
|
src = ".config/nvim"
|
||||||
|
|
||||||
|
@ -236,101 +236,59 @@ dst = "~/.distro"
|
||||||
src = ".config/wal"
|
src = ".config/wal"
|
||||||
dst = "~/.config/wal"
|
dst = "~/.config/wal"
|
||||||
|
|
||||||
|
[dotfiles."f_plymouthd.conf"]
|
||||||
|
src = "etc/plymouth/plymouthd.conf"
|
||||||
|
dst = "/etc/plymouth/plymouthd.conf"
|
||||||
|
|
||||||
[profiles.pacman]
|
[profiles.pacman]
|
||||||
dotfiles = ["f_makepkg.conf", "f_paru.conf"]
|
dotfiles = [ "f_makepkg.conf", "f_paru.conf",]
|
||||||
|
|
||||||
[profiles.terminal]
|
[profiles.terminal]
|
||||||
dotfiles = [
|
dotfiles = [ "d_wal", "d_nvim", "d_ssh", "d_zsh", "f_alacritty.yml", "f_gitconfig", "f_hushlogin", "f_ignore", "f_mailcap", "f_ranger.conf", "f_ranger_commands.py", "f_rtv.cfg", "f_tmux.conf", "f_zshrc",]
|
||||||
"d_wal",
|
|
||||||
"d_nvim",
|
|
||||||
"d_ssh",
|
|
||||||
"d_zsh",
|
|
||||||
"f_alacritty.yml",
|
|
||||||
"f_gitconfig",
|
|
||||||
"f_hushlogin",
|
|
||||||
"f_ignore",
|
|
||||||
"f_mailcap",
|
|
||||||
"f_ranger.conf",
|
|
||||||
"f_ranger_commands.py",
|
|
||||||
"f_rtv.cfg",
|
|
||||||
"f_tmux.conf",
|
|
||||||
"f_zshrc",
|
|
||||||
]
|
|
||||||
|
|
||||||
[profiles.email]
|
[profiles.email]
|
||||||
dotfiles = ["d_neomutt", "d_imapnotify", "f_mbsyncrc", "f_msmtp_config"]
|
dotfiles = [ "d_neomutt", "d_imapnotify", "f_mbsyncrc", "f_msmtp_config",]
|
||||||
|
|
||||||
[profiles.media]
|
[profiles.media]
|
||||||
dotfiles = [
|
dotfiles = [ "d_mpv", "f_abcde.conf", "f_beets_config", "f_beets_whitelist", "f_libra_config", "f_mpd.conf", "f_mpdris2.conf", "f_mpdscribble.conf", "f_ncmpcpp.conf", "f_ncmpcpp_bindings", "f_youtube-dl_config",]
|
||||||
"d_mpv",
|
|
||||||
"f_abcde.conf",
|
|
||||||
"f_beets_config",
|
|
||||||
"f_beets_whitelist",
|
|
||||||
"f_libra_config",
|
|
||||||
"f_mpd.conf",
|
|
||||||
"f_mpdris2.conf",
|
|
||||||
"f_mpdscribble.conf",
|
|
||||||
"f_ncmpcpp.conf",
|
|
||||||
"f_ncmpcpp_bindings",
|
|
||||||
"f_youtube-dl_config",
|
|
||||||
]
|
|
||||||
|
|
||||||
[profiles.sway]
|
[profiles.sway]
|
||||||
dotfiles = [
|
dotfiles = [ "d_sway", "d_waybar", "d_wofi", "d_zathura", "f_electron-flags.conf", "f_electron12-flags.conf", "f_fonts.conf", "f_foot.ini", "f_mako_config", "f_redshift.conf",]
|
||||||
"d_sway",
|
|
||||||
"d_waybar",
|
|
||||||
"d_wofi",
|
|
||||||
"d_zathura",
|
|
||||||
"f_electron-flags.conf",
|
|
||||||
"f_electron12-flags.conf",
|
|
||||||
"f_fonts.conf",
|
|
||||||
"f_foot.ini",
|
|
||||||
"f_mako_config",
|
|
||||||
"f_redshift.conf",
|
|
||||||
]
|
|
||||||
|
|
||||||
[profiles.gpg]
|
[profiles.gpg]
|
||||||
dotfiles = [
|
dotfiles = [ "f_gpg-agent.conf", "f_gpg.conf", "f_gpg_scdaemon.conf", "f_pam_environment",]
|
||||||
"f_gpg-agent.conf",
|
|
||||||
"f_gpg.conf",
|
|
||||||
"f_gpg_scdaemon.conf",
|
|
||||||
"f_pam_environment",
|
|
||||||
]
|
|
||||||
|
|
||||||
[profiles.Mirkwood]
|
[profiles.Mirkwood]
|
||||||
include = ["pacman", "terminal", "email", "media", "sway", "gpg"]
|
include = [ "pacman", "terminal", "email", "media", "sway", "gpg",]
|
||||||
dotfiles = ["d_rofi", "f_librewolf_overrides", "f_distro"]
|
dotfiles = [ "d_rofi", "f_librewolf_overrides", "f_distro", "f_plymouthd.conf",]
|
||||||
|
|
||||||
[profiles.Moria]
|
[profiles.Moria]
|
||||||
include = ["pacman", "terminal", "media", "gpg"]
|
include = [ "pacman", "terminal", "media", "gpg",]
|
||||||
dotfiles = ["f_zprofile", "f_librewolf_overrides"]
|
dotfiles = [ "f_zprofile", "f_librewolf_overrides",]
|
||||||
|
|
||||||
[profiles.Gondor]
|
[profiles.Gondor]
|
||||||
include = ["pacman", "terminal"]
|
include = [ "pacman", "terminal",]
|
||||||
|
|
||||||
[profiles.mko-laptop]
|
[profiles.mko-laptop]
|
||||||
include = ["terminal", "media", "gpg"]
|
include = [ "terminal", "media", "gpg",]
|
||||||
dotfiles = ["f_librewolf_overrides"]
|
dotfiles = [ "f_librewolf_overrides",]
|
||||||
|
|
||||||
[profiles.Isengard]
|
[profiles.Isengard]
|
||||||
include = ["terminal"]
|
include = [ "terminal",]
|
||||||
dotfiles = ["f_distro"]
|
dotfiles = [ "f_distro",]
|
||||||
|
|
||||||
[profiles.Edoras]
|
[profiles.Edoras]
|
||||||
include = ["terminal"]
|
include = [ "terminal",]
|
||||||
|
|
||||||
[profiles.TakamakiPC]
|
[profiles.TakamakiPC]
|
||||||
include = ["terminal"]
|
include = [ "terminal",]
|
||||||
|
|
||||||
[profiles.localhost]
|
[profiles.localhost]
|
||||||
include = ["terminal"]
|
include = [ "terminal",]
|
||||||
|
|
||||||
[profiles.ViiruJaTeippi]
|
[profiles.ViiruJaTeippi]
|
||||||
include = ["terminal"]
|
include = [ "terminal",]
|
||||||
dotfiles = ["f_distro"]
|
dotfiles = [ "f_distro",]
|
||||||
|
|
||||||
[profiles.Isengard.variables]
|
|
||||||
distro_id = "termux"
|
|
||||||
|
|
||||||
[profiles.Mirkwood.variables]
|
[profiles.Mirkwood.variables]
|
||||||
wayland = true
|
wayland = true
|
||||||
|
@ -341,5 +299,8 @@ wayland = true
|
||||||
[profiles.mko-laptop.variables]
|
[profiles.mko-laptop.variables]
|
||||||
wayland = true
|
wayland = true
|
||||||
|
|
||||||
|
[profiles.Isengard.variables]
|
||||||
|
distro_id = "termux"
|
||||||
|
|
||||||
[profiles.TakamakiPC.variables]
|
[profiles.TakamakiPC.variables]
|
||||||
wayland = false
|
wayland = false
|
||||||
|
|
Loading…
Reference in a new issue