diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-02-07 23:20:44 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-02-07 23:20:44 +0100 |
| commit | 48718eed8652f8cb466b43a52b49e3fdb23d04c3 (patch) | |
| tree | 0e6737fa6194048ac43b1cd5e510f637b093392d /guides | |
| parent | f623fb6e5d52264e2b0c0335cd405c41764871ed (diff) | |
| download | memory-leaks-48718eed8652f8cb466b43a52b49e3fdb23d04c3.tar.xz | |
Add more installation instructions
Diffstat (limited to 'guides')
| -rw-r--r-- | guides/setups/operating-systems/debian.org | 12 |
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 |
