Files
dotfiles/tools.org

13 lines
382 B
Org Mode

* 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