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