From 48718eed8652f8cb466b43a52b49e3fdb23d04c3 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 7 Feb 2020 23:20:44 +0100 Subject: Add more installation instructions --- guides/setups/operating-systems/debian.org | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'guides') 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 - 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 - 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 -- cgit v1.2.3