Files
linux-post-install/user-programs.sh
2026-07-12 20:19:40 -05:00

49 lines
1.0 KiB
Bash

##########################
## SPECIALTY PROGRAMS ##
##########################
echo "## special/single-use/professional programs" | tee todo.md -a
# 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 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?