Add new config

This commit is contained in:
2024-12-29 11:20:41 -06:00
parent f5274dee16
commit c1fb781f6e
15 changed files with 671 additions and 175 deletions

View File

@ -1,14 +1,17 @@
# Be fancy
source ~/.local/share/sunhat/bin/ascii.sh
# Needed for all installers
sudo dnf update -y
sudo dnf install -y curl git unzip
# Quick Questions
read -p "What is your hostname? " HOSTNAME
# Ensure computer doesn't go to sleep while installing
gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings set org.gnome.desktop.session idle-delay 0
# Needed for all installers
sudo dnf update -y
sudo dnf install -y curl git unzip neovim
# Run Scripts Required for Application Installs
for script in ~/.local/share/sunhat/sources/*.sh; do source $script; done