Updates docs for Arch pkg install

This commit is contained in:
Alicia Sykes 2022-10-09 14:24:42 +01:00
parent bd93df4ad4
commit 2586088d7e

View File

@ -1,20 +1,21 @@
#!/usr/bin/env bash #!/usr/bin/env bash
############################################################### ################################################################
# Installs listed packages on Arch-based systems via Pacman # # 📜 Arch Linux, Pacman Package Install / Update Script #
# Also updates the cache database and existing applications # ################################################################
# Confirms apps arn't installed via different package manager # # Installs listed packages on Arch-based systems via Pacman #
# Doesn't include desktop apps, that're managed via Flatpak # # Also updates the cache database and existing applications #
# Apps are sorted by category, and arranged alphabetically # # Confirms apps arn't installed via different package manager #
# Be sure to delete / comment out anything you do not need # # Doesn't include desktop apps, that're managed via Flatpak #
# For more info, see: https://wiki.archlinux.org/title/Pacman # # Apps are sorted by category, and arranged alphabetically #
############################################################### # Be sure to delete / comment out anything you do not need #
# MIT Licensed (C) Alicia Sykes 2022 <https://aliciasykes.com># # For more info, see: https://wiki.archlinux.org/title/Pacman #
############################################################### ################################################################
# MIT Licensed (C) Alicia Sykes 2022 <https://aliciasykes.com> #
################################################################
# Apps to be installed via Pacman # Apps to be installed via Pacman
pacman_apps=( pacman_apps=(
# Essentials # Essentials
'git' # Version controll 'git' # Version controll
'neovim' # Text editor 'neovim' # Text editor
@ -70,7 +71,6 @@ pacman_apps=(
'figlet' # Outputs text as 3D ASCII word art 'figlet' # Outputs text as 3D ASCII word art
'lolcat' # Rainbow coloured terminal output 'lolcat' # Rainbow coloured terminal output
'neofetch' # Show off distro and system info 'neofetch' # Show off distro and system info
) )
# Colors # Colors