mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 10:11:15 +00:00
Barebones default configurations (pending publication of my 'rice'). Has some basic layout tweaks from the default `hyprland` config + some integration of `swaync` into `waybar`.
28 lines
407 B
Bash
28 lines
407 B
Bash
#!/bin/bash
|
|
|
|
#
|
|
# Packages
|
|
#
|
|
|
|
# Install with/without SELinux setup with Arch?
|
|
# Suggest using AppArmor + Firejail for others.
|
|
# harderned kernel setups?
|
|
|
|
ARCH_APPS = (
|
|
base-devel
|
|
git
|
|
)
|
|
|
|
AUR_APPS = (
|
|
brave # disable safe browsing (sends URLS for checking against single API)
|
|
firefox
|
|
|
|
)
|
|
|
|
# if [[ $HOSTTYPE == "server" ]]; then STANDARD_PKGS+=(tmux) else AUR_PKGS+=(spotify) fi
|
|
|
|
#
|
|
# Install Scripts
|
|
#
|
|
|