Skip to content

Commit

Permalink
Revert "add more nvidia pkgs; remove steam, brave; fix pacman vs aur …
Browse files Browse the repository at this point in the history
…packages for hypr"

This reverts commit 2e6b3f5.
  • Loading branch information
ram97prasath committed Dec 3, 2023
1 parent d5150a1 commit 544230b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 29 deletions.
12 changes: 0 additions & 12 deletions pkg-files/aur-pkgs-hypr.txt

This file was deleted.

1 change: 1 addition & 0 deletions pkg-files/aur-pkgs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--END OF MINIMAL INSTALL--
autojump
brave-bin
bridge-utils
dxvk-bin
github-desktop-bin
Expand Down
12 changes: 11 additions & 1 deletion pkg-files/hypr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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--
1 change: 1 addition & 0 deletions pkg-files/pacman-pkgs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ python-pip
qemu
snap-pac
snapper
steam
swtpm
synergy
terminus-font
Expand Down
2 changes: 1 addition & 1 deletion scripts/1-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 6 additions & 15 deletions scripts/2-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 544230b

Please sign in to comment.