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--
autojump
brave-bin
bridge-utils
dxvk-bin
github-desktop-bin

View File

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

View File

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

View File

@ -114,7 +114,7 @@ echo -ne "
# Graphics Drivers find and install
gpu_type=$(lspci)
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
elif lspci | grep 'VGA' | grep -E "Radeon|AMD"; then
pacman -S --noconfirm --needed xf86-video-amdgpu

View File

@ -20,12 +20,12 @@ Installing AUR Softwares
"
source $HOME/ArchTitus/configs/setup.conf
#cd ~
#mkdir "/home/$USERNAME/.cache"
#touch "/home/$USERNAME/.cache/zshhistory"
#git clone "https://github.com/ChrisTitusTech/zsh"
#git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
#ln -s "~/zsh/.zshrc" ~/.zshrc
cd ~
mkdir "/home/$USERNAME/.cache"
touch "/home/$USERNAME/.cache/zshhistory"
git clone "https://github.com/ChrisTitusTech/zsh"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
ln -s "~/zsh/.zshrc" ~/.zshrc
sed -n '/'$INSTALL_TYPE'/q;p' ~/ArchTitus/pkg-files/${DESKTOP_ENV}.txt | while read line
do
@ -55,15 +55,6 @@ if [[ ! $AUR_HELPER == none ]]; then
echo "INSTALLING: ${line}"
$AUR_HELPER -S --noconfirm --needed ${line}
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
export PATH=$PATH:~/.local/bin