Dump configs

This commit is contained in:
Martin 2021-10-12 10:49:26 +02:00
parent 9a3e36fcb1
commit 0bffb6ad35
Signed by: mawalu
GPG Key ID: BF556F989760A7C8
6 changed files with 14 additions and 0 deletions

1
configs/box Normal file
View File

@ -0,0 +1 @@
{"extends": "shell", "mountcwd": true}

10
configs/default Normal file
View File

@ -0,0 +1,10 @@
{
"mount": [],
"romount": ["/etc", "/var", "/usr", "/opt"],
"symlinks": [
{"src": "usr/lib", "dst": "/lib"},
{"src": "usr/lib64", "dst": "/lib64"},
{"src": "usr/bin", "dst": "/bin"},
{"src": "usr/sbin", "dst": "/sbin"}
]
}

1
configs/dev Normal file
View File

@ -0,0 +1 @@
{"extends": "shell", "romount": [".gitconfig", ".gnupg", "/run/user/1000/gnupg", ".ssh/config"], "mountcwd": true, "mount": [".ssh/known_hosts"]}

1
configs/gui Normal file
View File

@ -0,0 +1 @@
{"extends": "default", "romount": [".Xauthority", "/tmp/.X11-unix", "/run/user/1000/pulse/native"], "dbus": true, "dbuscall": ["org.freedesktop.Notifications.*=@/org/freedesktop/Notifications", "org.freedesktop.portal.*=*"], "dbusbroadcast": ["org.freedesktop.portal.*=@/org/freedesktop/portal/*"]}

1
configs/shell Normal file
View File

@ -0,0 +1 @@
{"extends": "default", "romount": [".oh-my-zsh", ".zsh", ".zshrc", ".zshrc-local"], "sethostname": true}