From 4b58ae01e6cad308c12e23b685d94e18eacf307b Mon Sep 17 00:00:00 2001 From: James Blair Date: Tue, 7 Mar 2023 18:44:13 +1300 Subject: [PATCH] Add github cli to standard packages. --- setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.org b/setup.org index cf63e18..cdfcd36 100644 --- a/setup.org +++ b/setup.org @@ -27,7 +27,7 @@ cd ~/ && mkdir Documents Downloads Now that we have our home directory done let's install the standard packages we use. #+begin_src tmate -sudo apt install --yes htop nvtop screenfetch git curl wget xclip wl-clipboard xsel emacs xterm xtermcontrol jq tmux tmate apt-transport-https dict +sudo apt install --yes htop nvtop screenfetch git curl wget xclip wl-clipboard xsel emacs xterm xtermcontrol jq tmux tmate apt-transport-https dict gh #+end_src For working with container images locally outside of kubernetes clusters we use [[https://podman.io/][~podman~]] so that we can avoid the security problems of a standard docker daemon. Follow the steps below to install podman: