summaryrefslogtreecommitdiff
path: root/guides/setups/operating-systems
diff options
context:
space:
mode:
Diffstat (limited to 'guides/setups/operating-systems')
-rw-r--r--guides/setups/operating-systems/debian.org12
1 files changed, 9 insertions, 3 deletions
diff --git a/guides/setups/operating-systems/debian.org b/guides/setups/operating-systems/debian.org
index 7516ed1..4714bb5 100644
--- a/guides/setups/operating-systems/debian.org
+++ b/guides/setups/operating-systems/debian.org
@@ -37,11 +37,12 @@ packages=(
# Fonts.
fonts-noto-color-emoji
# Miscellaneous applications.
- ffmpeg gimp vlc
+ ffmpeg gimp pandoc vlc
)
sudo apt install ${packages[@]}
#+end_src
-*** Latest Firefox
+*** Latest and greatest
+**** Firefox
- download most recent release from from <https://www.mozilla.org>
- unpack it =$SOMEWHERE=
- make sure everyone can find it:
@@ -54,10 +55,15 @@ $ ln -s ${SOMEWHERE}/firefox/firefox ~/.local/bin/
#+END_SRC
- paste backuped profile into =~/.mozilla/firefox/${profile}=
-*** Latest Symbola
+**** Symbola
- grab the archive from <http://users.teilar.gr/~g1951d/>
- drop the TTF files in =~/.local/share/fonts=
- run =fc-cache -fv=
+**** youtube-dl
+#+begin_src sh
+$ sudo apt install python3-pip
+$ pip3 install --user youtube-dl
+#+end_src
** Setup dotfiles
*** Clone versioned dotfiles
- create new SSH key for GitLab