Annotate all the things
This commit is contained in:
parent
6234276ac4
commit
6ef6d551b6
@ -25,16 +25,14 @@
|
|||||||
apt_repository:
|
apt_repository:
|
||||||
repo: "{{ item }}"
|
repo: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
# Spotify
|
# Debs
|
||||||
- "deb http://repository.spotify.com stable non-free"
|
- "deb http://repository.spotify.com stable non-free" # Spotify
|
||||||
# Monodevelop
|
- "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" # Monodevelop
|
||||||
- "deb https://download.mono-project.com/repo/ubuntu vs-bionic main"
|
- "deb https://packages.riot.im/debian/ default main" # Element
|
||||||
# Element
|
|
||||||
- "deb https://packages.riot.im/debian/ default main"
|
|
||||||
# First-party PPAs
|
# First-party PPAs
|
||||||
- "ppa:phoerious/keepassxc" # KeepassXC
|
- "ppa:phoerious/keepassxc" # KeepassXC
|
||||||
# Third-party PPAs
|
# Third-party PPAs
|
||||||
- "ppa:system76-dev/stable"
|
- "ppa:system76-dev/stable" # Love my lemp9
|
||||||
- "ppa:drewwalton19216801/dolphin-master-cosmic" # Because Dolphin doesn't update their shit
|
- "ppa:drewwalton19216801/dolphin-master-cosmic" # Because Dolphin doesn't update their shit
|
||||||
- "ppa:kgilmer/speed-ricer" # Rice rice rice
|
- "ppa:kgilmer/speed-ricer" # Rice rice rice
|
||||||
- "ppa:lutris-team/lutris" # Lutris is kickass
|
- "ppa:lutris-team/lutris" # Lutris is kickass
|
||||||
@ -52,22 +50,22 @@
|
|||||||
- build-essential
|
- build-essential
|
||||||
- cmake
|
- cmake
|
||||||
- debhelper
|
- debhelper
|
||||||
- devscripts
|
- devscripts # Tons of cool shit in here, mostly for packaging tho
|
||||||
- dh-make
|
- dh-make
|
||||||
- earlyoom
|
- earlyoom
|
||||||
- fastboot
|
- fastboot
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
- git
|
- git
|
||||||
- imagemagick
|
- imagemagick
|
||||||
- libinput-tools
|
- libinput-tools # Allows for libinput debugging
|
||||||
- lua-check # I am good ComputerCraft guy
|
- lua-check # I am good ComputerCraft guy
|
||||||
- neofetch
|
- neofetch # I never use it but whatever I guess
|
||||||
- network-manager-openconnect
|
- network-manager-openconnect
|
||||||
- network-manager-openvpn
|
- network-manager-openvpn
|
||||||
- network-manager-vpnc # For default route configuration
|
- network-manager-vpnc # For default route configuration
|
||||||
- npm
|
- npm # I'm sorry
|
||||||
- openjdk-8-jre # For Minecraft
|
- openjdk-8-jre # For Minecraft
|
||||||
- pbuilder
|
- pbuilder # Deb creation tool that does it all in a container
|
||||||
- pwgen
|
- pwgen
|
||||||
- python3-appdirs
|
- python3-appdirs
|
||||||
- python3-eyed3
|
- python3-eyed3
|
||||||
@ -75,10 +73,10 @@
|
|||||||
- python3-pyqt5
|
- python3-pyqt5
|
||||||
- python3-usb # fuselee-gelee
|
- python3-usb # fuselee-gelee
|
||||||
- python3-venv
|
- python3-venv
|
||||||
- qt5-default # For Multimc, should be installed on Kubuntu
|
- qt5-default # For Multimc, should be installed on Kubuntu by default regardless
|
||||||
- traceroute
|
- traceroute
|
||||||
- tree
|
- tree
|
||||||
- units
|
- units # How many bytes are in a mile?
|
||||||
- vim
|
- vim
|
||||||
- wamerican # Dictionaries because I have like two scripts that use them
|
- wamerican # Dictionaries because I have like two scripts that use them
|
||||||
- wamerican-large
|
- wamerican-large
|
||||||
@ -96,76 +94,77 @@
|
|||||||
# DE
|
# DE
|
||||||
- bspwm
|
- bspwm
|
||||||
- compton
|
- compton
|
||||||
- conky-all
|
- conky-all # Why this is in several packages is beyond me
|
||||||
- dunst
|
- dunst
|
||||||
- hsetroot
|
- hsetroot # Works around a bug with Compton and a gray root window
|
||||||
- i3lock
|
- i3lock # Don't actually use this anymore (wew ksmserver)
|
||||||
- ibus
|
- ibus
|
||||||
- ibus-mozc
|
- ibus-mozc # Jap
|
||||||
- kubuntu-desktop
|
- kubuntu-desktop # Sanity
|
||||||
- mozc-utils-gui
|
- mozc-utils-gui
|
||||||
- nitrogen
|
- nitrogen
|
||||||
- papirus-icon-theme
|
- papirus-icon-theme
|
||||||
- pavucontrol-qt
|
- pavucontrol-qt
|
||||||
- polybar
|
- polybar
|
||||||
- qt5ct
|
- qt5ct
|
||||||
- xbacklight
|
- xbacklight # This works on literally none of my machines but fuck it
|
||||||
# Desktop applications
|
# Desktop applications
|
||||||
- barrier
|
- barrier # FOSS Synergy
|
||||||
- cantata
|
- cantata # MPD client
|
||||||
- chromium-browser
|
- chromium-browser
|
||||||
- chromium-chromedriver # Because Selenium
|
- chromium-chromedriver # Because Selenium
|
||||||
- clonezilla
|
- clonezilla
|
||||||
- dolphin-emu-master
|
- dolphin-emu-master
|
||||||
- dolphin-plugins
|
- dolphin-plugins
|
||||||
- element-desktop
|
- element-desktop
|
||||||
- filelight
|
- filelight # Sweet disk usage util
|
||||||
- filezilla
|
- filezilla
|
||||||
- firefox
|
- firefox
|
||||||
- g810-led
|
- g810-led # For Logitech peripherals
|
||||||
- gimp
|
- gimp
|
||||||
- inkscape
|
- inkscape # I use it for like two things
|
||||||
- joy2key
|
- joy2key # Neat little wrapper to bind joypad keys to keyboard keys
|
||||||
- joystick
|
- joystick
|
||||||
- kcolorchooser
|
- kcolorchooser
|
||||||
- kde-config-plymouth
|
- kde-config-plymouth # Realistically not required, but whatever
|
||||||
- kdenlive
|
- kdenlive # For the one video I edit a year
|
||||||
- kdepim
|
- kdepim
|
||||||
- keepassxc
|
- keepassxc
|
||||||
- krita
|
- krita # I don't ever end up using this, maybe I'll pick it up for spritework
|
||||||
- libnotify-bin
|
- libnotify-bin # Used for several of my scripts
|
||||||
- libretro-desmume
|
- libretro-desmume
|
||||||
- libretro-mgba
|
- libretro-mgba
|
||||||
- libretro-mupen64plus
|
- libretro-mupen64plus
|
||||||
- libretro-snes9x
|
- libretro-snes9x
|
||||||
- lutris
|
- lutris
|
||||||
- mesa-vulkan-drivers
|
- mesa-vulkan-drivers
|
||||||
- mono-complete
|
- mono-complete # Initial installation of this package may take an eternity
|
||||||
- monodevelop
|
- monodevelop
|
||||||
- mpv
|
- mpv
|
||||||
- mupen64plus-qt
|
- mupen64plus-qt
|
||||||
- nextcloud-desktop
|
- nextcloud-desktop
|
||||||
- obs-studio
|
- obs-studio
|
||||||
- plymouth-theme-spinner
|
- plymouth-theme-spinner # Gives us the good UEFI logo bootup
|
||||||
- pulseeffects
|
- pulseeffects # I need to be an echoey boi
|
||||||
- q4wine
|
- q4wine
|
||||||
- qbittorrent
|
- qbittorrent
|
||||||
- rdesktop
|
- rdesktop # CLI RDP client, works real nice
|
||||||
- redshift
|
- redshift
|
||||||
- retroarch
|
- retroarch
|
||||||
- rofi
|
- rofi
|
||||||
- scrot
|
- scrot # For scripted screenshots
|
||||||
- spotify-client
|
- spotify-client
|
||||||
- steam-installer
|
- steam-installer
|
||||||
- syncthing-gtk
|
- syncthing-gtk
|
||||||
- telegram-desktop
|
- telegram-desktop
|
||||||
- torbrowser-launcher
|
- torbrowser-launcher # Sometimes it's bugged but it's still nice to have
|
||||||
- virt-manager
|
- virt-manager
|
||||||
- vulkan-tools
|
- vulkan-tools
|
||||||
- vulkan-utils
|
- vulkan-utils
|
||||||
- winetricks
|
- winetricks
|
||||||
- xdotool
|
- xdotool
|
||||||
- zim
|
- zim
|
||||||
|
# Other architectures, misc
|
||||||
- "libgl1-mesa-dri:i386"
|
- "libgl1-mesa-dri:i386"
|
||||||
- "mesa-vulkan-drivers:i386"
|
- "mesa-vulkan-drivers:i386"
|
||||||
# Games
|
# Games
|
||||||
|
Loading…
Reference in New Issue
Block a user