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:
parent
9977165f50
commit
e392700214
37
2-user.sh
37
2-user.sh
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue