aboutsummaryrefslogblamecommitdiff
path: root/installpackages
blob: 224e9240898d78fb94c7fd4aa594e150f93a1349 (plain) (tree)
1
2
3

                                                   
 












                                   
             

                    
         






                      
                 
            

                          

                

                                     


                                                        
#!/bin/bash
# Install base packages for a minimal Linux desktop

set -o errexit

# Basic packages and Window manager
sudo apt install \
     bluez \
     build-essential \
     emacs \
     evince \
     feh \
     gimp \
     git \
     i3 \
     i3blocks \
     i3lock \
     inkscape \
     inotify-tools \
     jq \
     network-manager \
     pandoc \
     pass \
     ranger \
     restic \
     rsync \
     sakura \
     shellcheck \
     scrot \
     texlive-latex-extra \
     thunar \
     xdg-utils \
     xss-lock

# Packages required for using yubikey
sudo apt install gnupg2 dirmngr pcscd scdaemon
gpg --recv-keys 4E7DA7B5A0F86992D6EB3F514601878662E33372
gpg --card-status