Update 2-user.sh

Changes to PKGS list

Added:
- Spotify

Removed
- awesome-terminal-fonts - doesn't exist anymore
- lightly-git - unused theme
- lightlyshaders-git - unused theme

Also added descriptions to existing packages so I know what they are without having to look. Should maintain this going forward.
This commit is contained in:
BasedJam 2021-12-15 23:59:37 +10:00 committed by GitHub
parent 9977165f50
commit e392700214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 20 deletions

View File

@ -23,32 +23,29 @@ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerleve
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
PKGS=( PKGS=(
'autojump' 'autojump' # A faster way to navigate your filesystem from the command line
'awesome-terminal-fonts'
'brave-bin' # Brave Browser
'dxvk-bin' # DXVK DirectX to Vulcan 'dxvk-bin' # DXVK DirectX to Vulcan
'github-desktop-bin' # Github Desktop sync 'github-desktop-bin' # Github Desktop sync
'lightly-git'
'lightlyshaders-git'
'mangohud' # Gaming FPS Counter 'mangohud' # Gaming FPS Counter
'mangohud-common' 'mangohud-common' # Common files for mangohud and lib32-mangohud
'nerd-fonts-fira-code' 'nerd-fonts-fira-code' # It's literally a heap of fonts
'nordic-darker-standard-buttons-theme' 'nordic-darker-standard-buttons-theme' # Theme
'nordic-darker-theme' 'nordic-darker-theme' # Theme
'nordic-kde-git' 'nordic-kde-git' # Theme
'nordic-theme' 'nordic-theme' # Theme
'noto-fonts-emoji' 'noto-fonts-emoji' # Theme
'papirus-icon-theme' 'papirus-icon-theme' # Theme
'plasma-pa' 'plasma-pa' # Plasma applet for audio volume management using PulseAudio
'ocs-url' # install packages from websites 'ocs-url' # install packages from websites
'sddm-nordic-theme-git' 'sddm-nordic-theme-git' # Theme
'snapper-gui-git' 'snap-pac' # Pacman hooks that use snapper to create pre/post btrfs snapshots like openSUSE's YaST
'ttf-droid' 'snapper-gui-git' # Gui for snapper, a tool of managing snapshots of Btrfs subvolumes and LVM volumes
'ttf-hack' 'spotify' #It's spotify bro you know what this is
'ttf-droid' # General-purpose fonts released by Google as part of Android
'ttf-hack' # A hand groomed and optically balanced typeface based on Bitstream Vera Mono.
'ttf-meslo' # Nerdfont package 'ttf-meslo' # Nerdfont package
'ttf-roboto' 'ttf-roboto' # Google's signature family of fonts
'zoom' # video conferences 'zoom' # video conferences
'snap-pac'
) )
for PKG in "${PKGS[@]}"; do for PKG in "${PKGS[@]}"; do