-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuniversal_packages_install.sh
executable file
·91 lines (63 loc) · 2.1 KB
/
universal_packages_install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
###############################
# Universal Packaging Install #
# David Rhoads #
# April 2020 #
###############################
#!/bin/bash
#This script focuses on installing apps that can be found in either snaps or flatpaks
#I've biased it toward Flatpak, but where an app is only available as a snap, or is officially suppported while the flatpak isn't, I used the snap
#Before running this script, follow the instructions for installing snaps and flatpaks from their respective websites
#Install gphotos-sync
sudo snap install gphotos-sync &&
#Install Powershell
sudo snap install powershell --classic &&
#Install Visual Studio Code
sudo snap install code --classic &&
#Install todoist
sudo snap install todoist &&
#Install htop
sudo snap install htop
#Install youtube-dl
sudo snap install youtube-dl
#Install todoist
sudo snap install todoist
#Install Keepassxc
sudo snap install keepassxc
chmod +x keepassxc-snap-helper.sh
sudo ./keepassxc-snap-helper.sh
#Install Gnome Clocks
flatpak install -y org.gnome.clocks &&
#Install Blender
flatpak install -y org.blender.Blender &&
#Install Shortwave
flatpak install -y flathub de.haeckerfelix.Shortwave &&
#Install Element
flatpak install -y im.riot.Riot &&
#Install Openshot
flatpak install -y org.openshot.OpenShot &&
#Install Planner
flatpak install -y flathub com.github.alainm23.planner &&
#Install Feeds
flatpak install -y flathub org.gabmus.gfeeds &&
#Install Pitivi (video editor)
flatpak install -y org.pitivi.Pitivi &&
#Install Gnome Podcasts
flatpak install -y org.gnome.Podcasts &&
#Install Evolution
flatpak install -y flathub org.gnome.Evolution &&
#Install Lollypop
flatpak install -y org.gnome.Lollypop &&
#Install Darktable
flatpak install -y org.darktable.Darktable &&
#Install Krita
flatpak install -y org.kde.krita &&
#Install Syncthing-GTK
flatpak install -y me.kozec.syncthingtk &&
#Install Spotify
flatpak install -y com.spotify.Client
#Install Steam
flatpak install -y flathub com.valvesoftware.Steam &&
#Install VLC
flatpak install -y org.videolan.VLC &&
#Install Audacity
flatpak install -y org.audacityteam.Audacity