Skip to content

Commit

Permalink
feat(PROFILE): move gnupg to ssh volume
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jul 9, 2023
1 parent 75a2d12 commit 1a4c8f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vale/Vocab/osx-system-profile/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ commitizen
(P|p)recheck
ethernet
eqmac
gnupg
syncthing
tomll
wip
Expand Down
5 changes: 4 additions & 1 deletion profile/vars/common/osx_provisioner.symlinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ symlinks_user: "{{ lookup('env', 'USER') }}"

base_symlinks_manifest:
- link: "/Users/{{ symlinks_user }}/.ssh"
target: "/Volumes/SSH"
target: "/Volumes/SSH/ssh"
force: true
- link: "/Users/{{ symlinks_user }}/.gnupg"
target: "/Volumes/SSH/gnupg"
force: true
- link: "/Applications/__Shared__"
target: "{{ shared_partition_name }}/Shared\ Applications"
Expand Down

0 comments on commit 1a4c8f6

Please sign in to comment.