initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# AUR packages (installed with yay)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# i3lock-color provides & conflicts with i3lock — it is the fork that
|
||||
# betterlockscreen depends on. Installing it gives you the `i3lock` binary
|
||||
# with all the extra --*-color flags.
|
||||
i3lock-color
|
||||
betterlockscreen
|
||||
|
||||
# Catppuccin Macchiato theming for GTK apps, cursors and folder icons
|
||||
catppuccin-gtk-theme-macchiato
|
||||
catppuccin-cursors-macchiato
|
||||
papirus-folders-catppuccin-git
|
||||
|
||||
# Nice-to-haves
|
||||
xcursor-themes
|
||||
@@ -0,0 +1,123 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# Official repository packages (pacman)
|
||||
# Lines starting with '#' and blank lines are ignored.
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# --- build tooling (needed for the AUR helper) -----------------------------
|
||||
base-devel
|
||||
git
|
||||
|
||||
# --- X server & friends ----------------------------------------------------
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xrandr
|
||||
xorg-xrdb
|
||||
xorg-xset
|
||||
xorg-xsetroot
|
||||
xorg-xprop
|
||||
xorg-xkill
|
||||
xorg-xinput
|
||||
xclip
|
||||
xdotool
|
||||
xsettingsd
|
||||
|
||||
# --- graphics drivers (mesa covers intel/amd; nvidia users: see README) ----
|
||||
mesa
|
||||
xf86-video-vesa
|
||||
|
||||
# --- window manager & core desktop ----------------------------------------
|
||||
i3-wm
|
||||
polybar
|
||||
rofi
|
||||
dunst
|
||||
libnotify
|
||||
polkit
|
||||
polkit-gnome
|
||||
picom
|
||||
feh
|
||||
xss-lock
|
||||
numlockx
|
||||
|
||||
# NOTE: i3lock is intentionally NOT listed here.
|
||||
# betterlockscreen needs i3lock-color (AUR), which provides/replaces i3lock.
|
||||
# See packages/aur.txt.
|
||||
|
||||
# --- terminal --------------------------------------------------------------
|
||||
kitty
|
||||
|
||||
# --- file manager stack ----------------------------------------------------
|
||||
thunar
|
||||
thunar-volman
|
||||
thunar-archive-plugin
|
||||
tumbler
|
||||
ffmpegthumbnailer
|
||||
gvfs
|
||||
gvfs-mtp
|
||||
gvfs-afc
|
||||
gvfs-smb
|
||||
udisks2
|
||||
udiskie
|
||||
file-roller
|
||||
xarchiver
|
||||
|
||||
# --- audio (pipewire) ------------------------------------------------------
|
||||
pipewire
|
||||
pipewire-alsa
|
||||
pipewire-pulse
|
||||
pipewire-jack
|
||||
wireplumber
|
||||
pavucontrol
|
||||
alsa-utils
|
||||
playerctl
|
||||
|
||||
# --- networking ------------------------------------------------------------
|
||||
networkmanager
|
||||
network-manager-applet
|
||||
nm-connection-editor
|
||||
|
||||
# --- bluetooth (harmless if the machine has no radio) ----------------------
|
||||
bluez
|
||||
bluez-utils
|
||||
blueman
|
||||
|
||||
# --- theming / fonts -------------------------------------------------------
|
||||
ttf-inconsolata-nerd
|
||||
ttf-nerd-fonts-symbols
|
||||
ttf-nerd-fonts-symbols-mono
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk
|
||||
ttf-liberation
|
||||
papirus-icon-theme
|
||||
lxappearance
|
||||
qt5ct
|
||||
gtk-engine-murrine
|
||||
|
||||
# --- utilities you will miss on day one ------------------------------------
|
||||
imagemagick
|
||||
maim
|
||||
brightnessctl
|
||||
lm_sensors
|
||||
htop
|
||||
btop
|
||||
neovim
|
||||
man-db
|
||||
man-pages
|
||||
less
|
||||
tree
|
||||
unzip
|
||||
zip
|
||||
p7zip
|
||||
unrar
|
||||
wget
|
||||
curl
|
||||
jq
|
||||
rsync
|
||||
fastfetch
|
||||
xdg-user-dirs
|
||||
xdg-utils
|
||||
ntfs-3g
|
||||
reflector
|
||||
zsh
|
||||
zsh-completions
|
||||
starship
|
||||
Reference in New Issue
Block a user