diff --git a/tools.org b/tools.org new file mode 100644 index 0000000..7cdf0fc --- /dev/null +++ b/tools.org @@ -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