Compare commits
No commits in common. "dc78a8f5d9bda4b7c7efec9590e55fd74c4c06c3" and "0df86d0b50e0a158c08445f17e584ef82f1ba263" have entirely different histories.
dc78a8f5d9
...
0df86d0b50
1 changed files with 1 additions and 7 deletions
|
@ -73,7 +73,6 @@ kde_themes() {
|
||||||
}
|
}
|
||||||
kde() {
|
kde() {
|
||||||
kde_install
|
kde_install
|
||||||
kde_themes
|
|
||||||
}
|
}
|
||||||
## SWAY ##
|
## SWAY ##
|
||||||
sway_install() {
|
sway_install() {
|
||||||
|
@ -136,7 +135,7 @@ install_yay() {
|
||||||
install_pacman() {
|
install_pacman() {
|
||||||
# Base Deps
|
# Base Deps
|
||||||
$SYS_INSTALL net-tools flatpak fish
|
$SYS_INSTALL net-tools flatpak fish
|
||||||
$SYS_INSTALL sof-firmware fprintd
|
$SYS_INSTALL sof-firmware
|
||||||
$SYS_INSTALL hunspell-en_us noto-fonts-emoji
|
$SYS_INSTALL hunspell-en_us noto-fonts-emoji
|
||||||
|
|
||||||
# Virtualization
|
# Virtualization
|
||||||
|
@ -188,10 +187,6 @@ install_flat() {
|
||||||
$FLH_INSTALL flathub org.vinegarhq.Sober
|
$FLH_INSTALL flathub org.vinegarhq.Sober
|
||||||
$FLH_INSTALL flathub org.libretro.RetroArch
|
$FLH_INSTALL flathub org.libretro.RetroArch
|
||||||
}
|
}
|
||||||
setup_fprintd() {
|
|
||||||
sudo rm -f /etc/pam.d/system-auth
|
|
||||||
sudo wget $HOME_SERVER/Configs/fprintd.conf -O /etc/pam.d/system-auth
|
|
||||||
}
|
|
||||||
|
|
||||||
# Entry Point
|
# Entry Point
|
||||||
main() {
|
main() {
|
||||||
|
@ -211,7 +206,6 @@ main() {
|
||||||
install_pacman
|
install_pacman
|
||||||
install_aur
|
install_aur
|
||||||
install_flat
|
install_flat
|
||||||
setup_fprintd
|
|
||||||
|
|
||||||
# Enabling Daemons #
|
# Enabling Daemons #
|
||||||
sudo systemctl enable --now libvirtd
|
sudo systemctl enable --now libvirtd
|
||||||
|
|
Loading…
Reference in a new issue