mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-24 16:33:14 +01:00
Updates docs for Arch pkg install
This commit is contained in:
parent
bd93df4ad4
commit
2586088d7e
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
###############################################################
|
||||
################################################################
|
||||
# 📜 Arch Linux, Pacman Package Install / Update Script #
|
||||
################################################################
|
||||
# Installs listed packages on Arch-based systems via Pacman #
|
||||
# Also updates the cache database and existing applications #
|
||||
# Confirms apps arn't installed via different package manager #
|
||||
@ -8,13 +10,12 @@
|
||||
# Apps are sorted by category, and arranged alphabetically #
|
||||
# Be sure to delete / comment out anything you do not need #
|
||||
# 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
|
||||
pacman_apps=(
|
||||
|
||||
# Essentials
|
||||
'git' # Version controll
|
||||
'neovim' # Text editor
|
||||
@ -70,7 +71,6 @@ pacman_apps=(
|
||||
'figlet' # Outputs text as 3D ASCII word art
|
||||
'lolcat' # Rainbow coloured terminal output
|
||||
'neofetch' # Show off distro and system info
|
||||
|
||||
)
|
||||
|
||||
# Colors
|
||||
|
Loading…
Reference in New Issue
Block a user