File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,21 @@ if [[ $CFG == "Y" || $CFG == "y" ]]; then
83
83
# cp -R .z* ~/
84
84
fi
85
85
86
+ # ## pwd migration ###
87
+ # ### old machine ####
88
+ pass-push
89
+ mkdir ~ /exported-keys
90
+ cd ~ /exported-keys
91
+ gpg-pub-out
# gpg --output public.pgp --armor --export [email protected]
92
+ gpg-pvt-out
# gpg --output private.pgp --armor --export-secret-key [email protected]
93
+ # ### new machine ####
94
+ gh repo clone Pheon-Dev/pwd-store .password-store
95
+ # ### copy exported keys directory from old machine ####
96
+ cp -r /mnt/path/exported-keys ~ /
97
+ cd ~ /exported-keys
98
+ gpg-pvt-import # gpg --import private.pgp
99
+ gpg-pub-import # gpg --import public.pgp
100
+
86
101
Create a file /etc/X11/xorg.conf.d/30-touchpad.conf that contains this:
87
102
88
103
Section " InputClass"
You can’t perform that action at this time.
0 commit comments