Dump configs
This commit is contained in:
parent
9a3e36fcb1
commit
0bffb6ad35
|
@ -0,0 +1 @@
|
||||||
|
{"extends": "shell", "mountcwd": true}
|
|
@ -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"}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
{"extends": "shell", "romount": [".gitconfig", ".gnupg", "/run/user/1000/gnupg", ".ssh/config"], "mountcwd": true, "mount": [".ssh/known_hosts"]}
|
|
@ -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/*"]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"extends": "default", "romount": [".oh-my-zsh", ".zsh", ".zshrc", ".zshrc-local"], "sethostname": true}
|
Loading…
Reference in New Issue