Address privileged cleanup review findings
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mask=$((1 << bits))
|
||||
|
||||
cat >/etc/omarchy/agent.conf <<EOF
|
||||
helper=$HOME/.local/share/omarchy/bin/omarchy-agent
|
||||
EOF
|
||||
@@ -0,0 +1,5 @@
|
||||
cat >/etc/omarchy/agent.conf <<EOF
|
||||
enabled=true
|
||||
EOF
|
||||
helper=$HOME/.local/share/omarchy/bin/omarchy-agent
|
||||
EOF
|
||||
@@ -0,0 +1,3 @@
|
||||
cat >>/etc/omarchy/agent.conf <<EOF
|
||||
helper=$HOME/.local/share/omarchy/bin/omarchy-agent
|
||||
EOF
|
||||
@@ -0,0 +1,8 @@
|
||||
storage="$HOME/storage"
|
||||
shared="$HOME/shared"
|
||||
|
||||
# omarchy:heredoc-expands paths=shared,storage -- both sources are validated before use
|
||||
cat >/etc/omarchy/mounts.conf <<EOF
|
||||
storage=$storage:/storage
|
||||
shared=$shared:/shared
|
||||
EOF
|
||||
Reference in New Issue
Block a user