forked from RP1/RaveOS-arch
asd
This commit is contained in:
parent
9ba95619f3
commit
85200f5b3d
1 changed files with 1 additions and 60 deletions
61
rp-os-ae.sh
61
rp-os-ae.sh
|
@ -14,10 +14,6 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
|
||||
# Installing packages
|
||||
|
||||
sudo pacman -S gnome-terminal gnome-session gdm gnome-disk-utility gnome-system-monitor eog flatpak base-devel bash-completion firefox gedit gnome-calculator baobab ffmpeg git gnome-control-center gnome-browser-connector xdg-desktop-portal xdg-desktop-portal-gnome xdg-desktop-portal-gtk xdg-desktop-portal-wlr ttf-ubuntu-font-family gnome-settings-daemon unzip wget glib2 glib2-devel spice-vdagent rsync hblock nano --noconfirm
|
||||
sudo systemctl enable gdm.service
|
||||
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target geoclue.service
|
||||
|
||||
# Downloading RavePkg
|
||||
mkdir cosmetics
|
||||
sudo chown -R $USER:$GROUP /home/$USER/cosmetics/
|
||||
|
@ -25,28 +21,12 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
wget -O cosmetics.zip https://files.rp1.hu/api/public/dl/K7znaGkC/
|
||||
unzip cosmetics.zip
|
||||
|
||||
|
||||
git clone https://aur.archlinux.org/yay-bin.git
|
||||
cd yay-bin
|
||||
makepkg -si --noconfirm
|
||||
cd -
|
||||
rm -rf yay-bin
|
||||
|
||||
yay -S gdm-tools --noconfirm --sudoloop --save
|
||||
|
||||
|
||||
git clone https://aur.archlinux.org/yaru.git
|
||||
cd yaru
|
||||
makepkg -si --noconfirm
|
||||
cd -
|
||||
rm -rf yaru
|
||||
|
||||
echo
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}CachyOS - Gaming Kernel${normal}
|
||||
|
||||
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
|
||||
sudo rsync -ap --info=progress2 /home/$USER/cosmetics/cachyos-repo.sh /cachyos-repo/
|
||||
sudo cp /home/$USER/cosmetics/cachyos-repo.sh /home/$USER/cosmetics/cachyos-repo/
|
||||
tar xvf cachyos-repo.tar.xz && cd cachyos-repo
|
||||
sudo ./cachyos-repo.sh
|
||||
cd -
|
||||
|
@ -85,45 +65,6 @@ SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
|
|||
sudo rm /etc/sudoers.d/99*
|
||||
sudo rm -rf /home/$USER/cosmetics
|
||||
|
||||
# Adding Custom rave command
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}rave command.${normal}
|
||||
echo
|
||||
sudo cp -a rave /usr/local/bin/
|
||||
sudo chmod +x /usr/local/bin/rave
|
||||
sudo cp -a rave-comp.sh /etc/bash_completion.d/
|
||||
sudo chmod +x /etc/bash_completion.d/rave-comp.sh
|
||||
echo
|
||||
echo ${bold}${yellow}Rave command with bash completion ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
|
||||
# Autostarting ProgramScript after restart
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}ProgramScript Autostart${normal}
|
||||
echo
|
||||
mkdir -p /home/$USER/.config/autostart
|
||||
sudo chown -R $USER:$GROUP /home/$USER/.config/autostart
|
||||
sudo cp -a 3progs.sh.desktop /home/$USER/.config/autostart
|
||||
echo Exec=/home/$USER/.progs/3progs.sh >> /home/$USER/.config/autostart/3progs.sh.desktop
|
||||
sudo mkdir -p /home/$USER/.progs
|
||||
sudo chown -R $USER:$GROUP /home/$USER/.progs
|
||||
sudo cp -a 3progs.sh /home/$USER/.progs
|
||||
sudo chmod +x /home/$USER/.progs/3progs.sh
|
||||
sudo cp -a content/. /home/$USER/.progs
|
||||
echo
|
||||
echo ${bold}${yellow}ProgramScript Autostart ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
|
||||
# Flatseal - Flatpak app jogosultság beállító
|
||||
echo
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}Flatseal - flatpak${normal}
|
||||
|
||||
flatpak install flathub com.github.tchx84.Flatseal --user -y
|
||||
sudo cp -a overrides /home/$USER/.local/share/flatpak
|
||||
|
||||
echo ${bold}${yellow}Flatseal ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
echo
|
||||
|
||||
reboot
|
Loading…
Reference in a new issue