first draft of installing programs

This commit is contained in:
2026-07-11 16:52:50 -05:00
commit ef7a763d4b
6 changed files with 255 additions and 0 deletions

46
user-programs.sh Normal file
View File

@@ -0,0 +1,46 @@
##########################
## SPECIALTY PROGRAMS ##
##########################
echo "## special/single-use/professional programs" | tee todo.md -a
# GIMP (image manipulation)
apt-get install -y gimp
# Audacity (audio manipulation)
apt-get install -y audacity
# VLC (video player)
apt-get install -y vlc
# ffmpeg (A/V transcoding)
apt-get install -y ffmpeg
# OBS studio (screen recording)
add-apt-repository ppa:obsproject/obs-studio
apt-get update
apt-get install -y obs-studio
# FreeCAD (3D parametric modeling)
apt-get install -y freecad
# 3D printing slicer
echo "* choose and install 3D slicer" | tee todo.md -a
# ProtonVPN
echo "* install protonVPN" | tee todo.md -a
# Minecraft
echo "* install Minecraft" | tee todo.md -a
# unsure about right now
# qbittorrent
# MakeMKV?
# godot?
# remote access software?
# libreoffice?
# Docker?
# Homebrew?
# Obsidian?
# Gparted/parted?