diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-09-24 22:38:12 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-09-24 22:38:12 +0200 |
| commit | fb7b90d95230ea9bcf0640481da70a708b21b021 (patch) | |
| tree | 59c353bf71778f310da93e557cac7b72cdfa1d8d /install | |
| parent | cdf144ae0b9e28556ba36aa414f0bf110e4d31cf (diff) | |
Add password config
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,3 +70,9 @@ touch ~/.tool-versions # Italics setup echo "Setting up terminfo" tic xterm-256color-italic.terminfo + +echo "Clone pass" +git clone git@git.sr.ht:~rbdr/pass ~/.password-store + +echo "Decrypting Sensitive Files" +./sensitive |