19 lines
512 B
Org Mode
19 lines
512 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
|
|
|
|
** podman - [[https://podman.io/][Podman]]
|
|
For running/creating containers.
|
|
#+begin_src bash
|
|
sudo apt install podman
|
|
#+end_src
|