diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2023-02-12 17:06:17 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2023-02-12 17:06:17 +0100 |
commit | d42be4aae613212561e8b0e608ca313be5d89330 (patch) | |
tree | 85b00e66960b553712d3a92557cd6482c00ce6e6 /debian | |
parent | c9d032760c886d5b639df15e50ac8b0636cb0524 (diff) |
2023 update
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/required | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/debian/required b/debian/required deleted file mode 100755 index 9b5dd3b..0000000 --- a/debian/required +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/bash - -# display -apt install -y \ - arandr \ - atril \ - feh \ - nitrogen \ - scrot \ - xauth \ - xinit \ - xorg \ - xorg-dev - -# utilities -apt install -y \ - dmenu \ - fish \ - git \ - htop \ - ncdu \ - neovim \ - tree - -# web -apt install -y \ - curl \ - firefox-esr \ - netcat \ - nmap \ - w3m \ - w3m-img - -# security -apt install -y \ - ccrypt \ - pwgen - -# lxc containers -apt install -y \ - bridge-utils \ - dnsmasq-base \ - ebtables \ - iptables \ - libpam-cgfs \ - libvirt0 \ - libvirt-clients \ - libvirt-daemon-system \ - lxc - -# misc -apt install -y \ - acpi \ - build-essential \ - ledger \ - lshw \ - psmisc \ - rcconf \ - sshpass |