Revert "add more nvidia pkgs; remove steam, brave; fix pacman vs aur packages for hypr"

This reverts commit 2e6b3f5cc8.
This commit is contained in:
Ram Prasath S 2023-12-04 00:40:41 +05:30
parent d5150a16f5
commit 544230b14f
6 changed files with 20 additions and 29 deletions

View File

@ -1,12 +0,0 @@
grimblast-git
waybar-hyprland
wlogout
swaylock-effects
sddm-git
nwg-look-bin
nordic-theme
otf-sora
ttf-comfortaa
ttf-icomoon-feather
hyprpicker-git
--END OF MINIMAL INSTALL--

View File

@ -1,5 +1,6 @@
--END OF MINIMAL INSTALL-- --END OF MINIMAL INSTALL--
autojump autojump
brave-bin
bridge-utils bridge-utils
dxvk-bin dxvk-bin
github-desktop-bin github-desktop-bin

View File

@ -10,24 +10,34 @@ starship
wl-clipboard wl-clipboard
wf-recorder wf-recorder
swaybg swaybg
grimblast-git
ffmpegthumbnailer ffmpegthumbnailer
tumbler tumbler
playerctl playerctl
noise-suppression-for-voice noise-suppression-for-voice
thunar-archive-plugin thunar-archive-plugin
kitty kitty
waybar-hyprland
wlogout
swaylock-effects
sddm-git
pamixer pamixer
nwg-look-bin
nordic-theme
papirus-icon-theme papirus-icon-theme
dunst dunst
otf-sora
ttf-nerd-fonts-symbols-common ttf-nerd-fonts-symbols-common
otf-firamono-nerd otf-firamono-nerd
inter-font inter-font
ttf-fantasque-nerd ttf-fantasque-nerd
noto-fonts noto-fonts
noto-fonts-emoji noto-fonts-emoji
ttf-comfortaa
ttf-jetbrains-mono-nerd ttf-jetbrains-mono-nerd
ttf-icomoon-feather
ttf-iosevka-nerd ttf-iosevka-nerd
adobe-source-code-pro-fonts adobe-source-code-pro-fonts
brightnessctl brightnessctl
xdg-desktop-portal-hyprland hyprpicker-git
--END OF MINIMAL INSTALL-- --END OF MINIMAL INSTALL--

View File

@ -89,6 +89,7 @@ python-pip
qemu qemu
snap-pac snap-pac
snapper snapper
steam
swtpm swtpm
synergy synergy
terminus-font terminus-font

View File

@ -114,7 +114,7 @@ echo -ne "
# Graphics Drivers find and install # Graphics Drivers find and install
gpu_type=$(lspci) gpu_type=$(lspci)
if grep -E "NVIDIA|GeForce" <<< ${gpu_type}; then if grep -E "NVIDIA|GeForce" <<< ${gpu_type}; then
pacman -S --noconfirm --needed nvidia nvidia-settings nvidia-utils lib32-nvidia-utils pacman -S --noconfirm --needed nvidia
nvidia-xconfig nvidia-xconfig
elif lspci | grep 'VGA' | grep -E "Radeon|AMD"; then elif lspci | grep 'VGA' | grep -E "Radeon|AMD"; then
pacman -S --noconfirm --needed xf86-video-amdgpu pacman -S --noconfirm --needed xf86-video-amdgpu

View File

@ -20,12 +20,12 @@ Installing AUR Softwares
" "
source $HOME/ArchTitus/configs/setup.conf source $HOME/ArchTitus/configs/setup.conf
#cd ~ cd ~
#mkdir "/home/$USERNAME/.cache" mkdir "/home/$USERNAME/.cache"
#touch "/home/$USERNAME/.cache/zshhistory" touch "/home/$USERNAME/.cache/zshhistory"
#git clone "https://github.com/ChrisTitusTech/zsh" git clone "https://github.com/ChrisTitusTech/zsh"
#git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
#ln -s "~/zsh/.zshrc" ~/.zshrc ln -s "~/zsh/.zshrc" ~/.zshrc
sed -n '/'$INSTALL_TYPE'/q;p' ~/ArchTitus/pkg-files/${DESKTOP_ENV}.txt | while read line sed -n '/'$INSTALL_TYPE'/q;p' ~/ArchTitus/pkg-files/${DESKTOP_ENV}.txt | while read line
do do
@ -55,15 +55,6 @@ if [[ ! $AUR_HELPER == none ]]; then
echo "INSTALLING: ${line}" echo "INSTALLING: ${line}"
$AUR_HELPER -S --noconfirm --needed ${line} $AUR_HELPER -S --noconfirm --needed ${line}
done done
sed -n '/'$INSTALL_TYPE'/q;p' ~/ArchTitus/pkg-files/aur-pkgs-hypr.txt | while read line
do
if [[ ${line} == '--END OF MINIMAL INSTALL--' ]]; then
# If selected installation type is FULL, skip the --END OF THE MINIMAL INSTALLATION-- line
continue
fi
echo "INSTALLING: ${line}"
$AUR_HELPER -S --noconfirm --needed ${line}
done
fi fi
export PATH=$PATH:~/.local/bin export PATH=$PATH:~/.local/bin