diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-01-30 07:27:12 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-01-30 07:27:12 +0100 |
| commit | 142347088afa740e35d1c85cdcdc5868e4e71f33 (patch) | |
| tree | d677635f97b97be98e50441238eae64ac673fb09 | |
| parent | 4c14c13101f986acba8be7457369489697e83064 (diff) | |
| download | memory-leaks-142347088afa740e35d1c85cdcdc5868e4e71f33.tar.xz | |
Make a precise list of stuff to install on Dell 3190
Redundant with the Debian guide; will need to refactor.
| -rw-r--r-- | guides/setups/devices/dell-3190.org | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/guides/setups/devices/dell-3190.org b/guides/setups/devices/dell-3190.org index 1e3fa57..ca82630 100644 --- a/guides/setups/devices/dell-3190.org +++ b/guides/setups/devices/dell-3190.org @@ -22,7 +22,38 @@ Everything went smoothly: added during installation, because of the WiFi firmware I imagine) - copy .profile to .xsessionrc to have ~/.local/bin in $PATH ** Applications -- TODO apt install $bunchofstuff +- install a bunch of stuff: + +#+begin_src sh +packages=( + # To clone & update dotfiles. + git + # Look & feel. + elementary-xfce-icon-theme greybird-gtk-theme + # Enable volume management with Thunar. + gvfs-backends gvfs-fuse + # Enable touchpad configuration with XFCE. + xserver-xorg-input-synaptics + # System monitoring. + htop powertop wavemon + # Documentation: + # - info pages, + gcc-doc make-doc tar-doc info + # - manpages, + manpages-dev manpages-posix manpages-posix-dev + # - text & HTML pages. + git-doc python3-doc + # Writing helpers. + aspell-fr verbiste wordnet + # CLI helpers. + mlocate ripgrep vim + # Miscellaneous applications. + ffmpeg gimp vlc + # Optional Emacs 27 build dependencies. + libjansson-dev libwebkit2gtk-4.0-dev +) +#+end_src + - Install latest Firefox, restore profile - Install latest Symbola - Clone dotfiles (create SSH key for Gitlab) |
