Add order numbers to scripts

This commit is contained in:
matt1432 2023-03-02 17:12:10 -05:00
parent bb4a1441a8
commit 5ad2e44942
5 changed files with 0 additions and 0 deletions

0
scripts/chrooted.sh → scripts/2-chrooted.sh Normal file → Executable file
View file

0
scripts/postinstall.sh → scripts/3-postinstall.sh Normal file → Executable file
View file

24
scripts/4-matt.sh Executable file
View file

@ -0,0 +1,24 @@
#!/bin/sh
yay -Sy networkmanager-iwd
sudo systemctl enable NetworkManager
yay -Sy alsa-utils alsa-firmware sof-firmware alsa-ucm-conf
amixer sset Master unmute
yay -Sy pipewire-audio pipewire-alsa pipewire-pulse
yay -R pulseaudio-alsa
sudo systemctl stop pulseaudio.service
systemctl --user enable --now pipewire-pulse.service
yay -Sy baobab cheese eog evince file-roller gdm gnome-backgrounds gnome-calculator gnome-calendar gnome-characters gnome-clocks gnome-color-manager gnome-console gnome-contacts gnome-control-center gnome-disk-utility gnome-font-viewer gnome-keyring gnome-logs gnome-menus gnome-music gnome-photos gnome-remote-desktop gnome-session gnome-settings-daemon gnome-shell gnome-shell-extensions gnome-system-monitor gnome-user-docs gnome-user-share gnome-video-effects grilo-plugins nautilus rygel simple-scan sushi totem tracker3-miners xdg-user-dirs-gtk yelp
yay -Sy dconf-editor evolution gnome-nettool gnome-tweaks gnome-usage gnome-themes-extra adwaita-dark extension-manager tailscale-systray-git galaxybudsclient-bin hplip cups nextcloud-client grub-customizer
yay -Sy gnome-shell-extension-extensions-sync-git
cd /tmp
git clone https://github.com/matt1432/dash-to-panel-touch-fix.git
cd dash-to-panel-touch-fix/
make install
sudo systemctl enable --now gdm

0
scripts/postDE.sh → scripts/5-postDE.sh Normal file → Executable file
View file