first draft of installing programs
This commit is contained in:
46
user-programs.sh
Normal file
46
user-programs.sh
Normal 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?
|
||||
|
||||
Reference in New Issue
Block a user