Add command to install 'pass'

This commit is contained in:
2026-04-14 08:41:37 -04:00
parent ae39794187
commit cdc38d290c

12
tools.org Normal file
View File

@@ -0,0 +1,12 @@
* Tools Setup
This file will install all the programs/tools that are used on my personal computers.
This file assumes usage of APT.
** pass - [[https://www.passwordstore.org/][The Standard Unix Password Manager]]
For password management. Use [[https://git.austinsmith.dev/austin/dotfiles][pass-store]] repo for password sync.
#+begin_src bash
sudo apt install pass
#+end_src