diff options
| -rw-r--r-- | install.conf.yaml | 3 | ||||
| -rw-r--r-- | zshrc | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/install.conf.yaml b/install.conf.yaml index 95f8d4e..1531d8a 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -7,6 +7,9 @@ - create: - ~/.cache - ~/.config +- create: + ~/.gnupg: + mode: 0700 - shell: - sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" @@ -93,6 +93,7 @@ ZSH_COMPDUMP=~/.cache/.zcompdump export PATH="$HOME/bin:$PATH" export PATH="$HOME/.local/bin:$PATH" +export PATH="/usr/lib/distcc/bin:$PATH" export GPG_TTY="$(tty)" export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) |
