Compare commits
No commits in common. "dfdd6196426bb901343d76fb08b0844691467f33" and "b461ebe142f1de526d79f110ff2feb6820be525b" have entirely different histories.
dfdd619642
...
b461ebe142
2 changed files with 8 additions and 4 deletions
|
@ -29,6 +29,14 @@ install -pm644 -Dt /etc/pacman.d/conf.d \
|
|||
# Remove packages one by one because pacman doesn't handle uninstalled packages
|
||||
# gracefully
|
||||
packages_to_remove=(
|
||||
gnome-shell-extension-pop-shell-git
|
||||
# Android development
|
||||
android-studio # development environment
|
||||
android-sdk-cmdline-tools-latest # command-line tools
|
||||
android-sdk-build-tools # SDK build-tools
|
||||
android-sdk-platform-tools # SDK platform-tools
|
||||
android-platform # SDK platform
|
||||
android-emulator
|
||||
)
|
||||
|
||||
for pkg in "${packages_to_remove[@]}"; do
|
||||
|
|
|
@ -7,7 +7,3 @@ flatpak install --noninteractive org.gnome.World.PikaBackup
|
|||
flatpak install --noninteractive org.gnome.Loupe
|
||||
flatpak install --noninteractive dev.deedles.Trayscale
|
||||
flatpak install --noninteractive org.gnome.gitlab.cheywood.Iotas
|
||||
flatpak install --noninteractive com.belmoussaoui.ReadItLater
|
||||
flatpak install --noninteractive dev.geopjr.Tuba
|
||||
flatpak install --noninteractive com.github.tchx84.Flatseal
|
||||
flatpak install --noninteractive org.gnome.Firmware
|
||||
|
|
Loading…
Reference in a new issue