Reorganize scripts
This commit is contained in:
parent
fa0ea86ff0
commit
bb4a1441a8
3 changed files with 28 additions and 29 deletions
24
matt.sh
Normal file
24
matt.sh
Normal 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
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
yay -Sy python pam-fprint-grosshack
|
yay -Sy python pam-fprint-grosshack
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone --recurse-submodules https://github.com/goodix-fp-linux-dev/goodix-fp-dump.git
|
git clone --recurse-submodules https://github.com/goodix-fp-linux-dev/goodix-fp-dump.git
|
||||||
|
|
|
@ -41,38 +41,12 @@ passwd matt
|
||||||
pacman -Syu
|
pacman -Syu
|
||||||
pacman -Sy htop pkgfile plocate rsync tailscale tmux usbutils wget git curl devtools xorg xf86-video-amdgpu mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon libva-mesa-driver lib32-libva-mesa-driver mesa-vdpau lib32-mesa-vdpau bash-completion fzf
|
pacman -Sy htop pkgfile plocate rsync tailscale tmux usbutils wget git curl devtools xorg xf86-video-amdgpu mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon libva-mesa-driver lib32-libva-mesa-driver mesa-vdpau lib32-mesa-vdpau bash-completion fzf
|
||||||
|
|
||||||
sudo systemctl enable --now tailscale
|
systemctl enable --now tailscale
|
||||||
|
|
||||||
pacman -S --needed git base-devel
|
pacman -S --needed git base-devel
|
||||||
git clone https://aur.archlinux.org/yay.git
|
git clone https://aur.archlinux.org/yay.git
|
||||||
cd yay
|
cd yay
|
||||||
makepkg -si
|
makepkg -si
|
||||||
sudo sed -i 's/#Color/Color/' /etc/pacman.conf
|
sed -i 's/#Color/Color/' /etc/pacman.conf
|
||||||
yay -Sy networkmanager-iwd
|
|
||||||
sudo systemctl enable NetworkManager
|
|
||||||
|
|
||||||
su matt
|
su matt
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
## Download extensions and restore from Extensions Sync :
|
|
||||||
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
|
|
||||||
|
|
||||||
echo logout
|
|
Loading…
Reference in a new issue