diff options
Diffstat (limited to 'artix.sh')
-rwxr-xr-x | artix.sh | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -3,7 +3,25 @@ # Very basic helper script to install some programs and configs for an # Artix+runit+Sway system -pacman -Sy --noconfirm zsh zsh-syntax-highlighting openresolv wireguard-tools bind-tools sway swaylock swayidle waybar egl-wayland imv swaybg xorg-server-xwayland alacritty qt5-wayland wl-clipboard dbus tmux htop bemenu bemenu-wlroots mupdf mpd ncmpcpp mpc mpv libnotify mako cronie cronie-runit metalog metalog-runit dnsmasq dnsmasq-runit networkmanager networkmanager-runit rsync grim slurp ffmpeg w3m youtube-dl youtube-viewer newsboat wget curl inkscape gimp darktable gcc make fontconfig pkg-config fakeroot papirus-icon-theme alsa-utils pulseaudio pamixer pulseaudio-bluetooth imagemagick exiftool ntfs-3g unzip unrar gnome-themes-standard telegram-desktop qt5ct r bc udisks2 perl-term-readline-gnu transmission-cli transmission-remote-gtk python-pynvim python-pip python-pillow calcurse acpi acpid gnupg noto-fonts-cjk noto-fonts-emoji ttf-joypixels otf-latin-modern otf-latinmodern-math powerline-fonts python-pygit2 polkit polkit-gnome zathura zathura-pdf-mupdf zathura-djvu gst-libav vifm blueman bluez bluez-runit acpilight accountsservice lightdm xdg-user-dirs abook ranger terminus-font qutebrowser jq stow wdiff texlive-most units isync notmuch pass translate-shell gnome-keyring pacman-contrib +pacman -Sy --noconfirm zsh zsh-syntax-highlighting openresolv wireguard-tools \ + bind-tools sway swaylock swayidle waybar egl-wayland imv swaybg \ + xorg-server-xwayland alacritty qt5-wayland wl-clipboard dbus tmux htop \ + bemenu bemenu-wlroots mupdf mpd ncmpcpp mpc mpv libnotify mako cronie \ + cronie-runit metalog metalog-runit dnsmasq dnsmasq-runit networkmanager \ + networkmanager-runit rsync grim wf-recorder slurp ffmpeg w3m youtube-dl \ + youtube-viewer newsboat wget curl inkscape gimp darktable gcc make \ + fontconfig pkg-config fakeroot papirus-icon-theme alsa-utils pulseaudio \ + pamixer pulseaudio-bluetooth imagemagick exiftool ntfs-3g unzip unrar \ + gnome-themes-standard telegram-desktop qt5ct r bc udisks2 \ + perl-term-readline-gnu transmission-cli transmission-remote-gtk \ + python-pynvim python-pip python-pillow calcurse acpi acpid gnupg \ + noto-fonts-cjk noto-fonts-emoji ttf-joypixels otf-latin-modern \ + otf-latinmodern-math powerline-fonts python-pygit2 polkit polkit-gnome \ + zathura zathura-pdf-mupdf zathura-djvu gst-libav vifm blueman bluez \ + bluez-runit acpilight accountsservice lightdm xdg-user-dirs abook ranger \ + terminus-font qutebrowser jq stow wdiff texlive-most units isync notmuch \ + pass translate-shell gnome-keyring pacman-contrib linux-headers \ + v4l2loopback-dkms # Copy system config files cp system/sudoers /etc/ |