Skip to content
Snippets Groups Projects
Commit b1f44a1e authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 3e354d90
Branches
Tags
No related merge requests found
...@@ -69,16 +69,17 @@ sudo apt -y install flatpak ...@@ -69,16 +69,17 @@ sudo apt -y install flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install -y flathub org.audacityteam.Audacity flatpak install -y flathub org.audacityteam.Audacity
flatpak install -y --from https://flathub.org/repo/appstream/org.kicad.KiCad.flatpakref flatpak install -y --from https://flathub.org/repo/appstream/org.kicad.KiCad.flatpakref
flatpak install -y flathub net.meshlab.MeshLab
flatpak install -y flathub org.kde.kdenlive
# #
# config # config
# #
echo " use gnome-tweaks to set window focus, keyboard mapping" echo " use gnome-tweaks to set window focus, keyboard mapping"
echo " turn off Settings -> Ubuntu Desktop -> Enhanced tiling" echo " turn off Settings -> Ubuntu Desktop -> Enhanced tiling"
echo " turn off Settings -> Multitasking -> Active Screen Edges"
echo " turn on Dash to Panel: https://extensions.gnome.org/extension/1160/dash-to-panel" echo " turn on Dash to Panel: https://extensions.gnome.org/extension/1160/dash-to-panel"
echo " for serial port access: sudo adduser your_user_name dialout" echo " for serial port access: sudo adduser your_user_name dialout"
echo " install" echo " install"
echo " MeshLab: https://www.meshlab.net/#download"
echo " Kdenlive: https://kdenlive.org/en/download"
echo " Arduino: https://www.arduino.cc" echo " Arduino: https://www.arduino.cc"
echo " needs --no-sandbox" echo " needs --no-sandbox"
echo " Edbg: https://github.com/ataradov/edbg" echo " Edbg: https://github.com/ataradov/edbg"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment