diff --git a/wsl-setup.org b/wsl-setup.org index 2d7c05c..7b0b979 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -33,8 +33,10 @@ #+NAME: Install standard packages #+BEGIN_SRC shell - sudo apt-get install -y git curl wget locales xclip tmux net-tools less - \ software-properties-common htop wget apt-transport-https ca-certificates mutt + sudo apt-get install -y \ + git curl wget locales xclip tmux net-tools less \ + software-properties-common htop wget apt-transport-https ca-certificates mutt \ + screenfetch #+END_SRC