mirror of
https://forgejo.asgardlabs.net/forgeadm/dotfiles.git
synced 2026-04-30 12:04:05 +00:00
Add bootstraps/redhat
This commit is contained in:
23
bootstraps/redhat
Normal file
23
bootstraps/redhat
Normal file
@@ -0,0 +1,23 @@
|
||||
# --- systemwide installs ---
|
||||
rpm-ostree install git alacrityy gcc tmux zsh fzf curl unzip realpath dirname oh-my-posh flatpak
|
||||
|
||||
# --- zsh setup ---
|
||||
sudo usermod --shell /usr/bin/zsh $USER
|
||||
oh-my-posh install font Hack
|
||||
|
||||
# --- alacritty setup ---
|
||||
mkdir .config/alacritty
|
||||
cd .config/alacritty
|
||||
wget https://forgejo.asgardlabs.net/forgeadm/dotfiles/src/branch/main/alacritty/alacritty.toml
|
||||
|
||||
|
||||
# --- base applications ---
|
||||
|
||||
# webbrower
|
||||
flatpak install -y flathub brave
|
||||
|
||||
# development
|
||||
flatpak install -y flathub com.visualstudio.code
|
||||
|
||||
# steam/gaming
|
||||
# flatpak install -y flathub com.valvesoftware.Steam com.valvesoftware.Steam.CompatibilityTool.Proton-GE
|
||||
Reference in New Issue
Block a user