Script for configure desktop environment | Fedora, EL-based(Rocky, Alma)
CentOS is no longer supported!!
Migrate to Rocky through officially provided scripts
FEDORA = KAIST https://ftp.kaist.ac.kr/fedora/
ROCKY = NAVER https://mirror.navercorp.com/rocky/
install gnome-tweaks htop make cmake git
| Name | Method | From |
|---|---|---|
| Naver Whale | DNF-(Alien)-RPM | Using deb image |
| Chromium | DNF | From repository |
| *🔥FireFox🦊 | DNF | Included |
Fastfetch is a neofetch-like tool for fetching system information and displaying it in a visually appealing way. It is written mainly in C, with a focus on performance and customizability. Currently, it supports Linux, macOS, Windows 7+, Android, FreeBSD, OpenBSD, NetBSD, DragonFly, Haiku, and SunOS.
refer fastfetch
Install ZSH and ZPlug
# .zshrc (use zplug)
source ~/.zplug/init.zsh
# Plugins
zplug "plugins/git", from:oh-my-zsh
zplug "lib/completion", from:oh-my-zsh
zplug 'lib/key-bindings', from:oh-my-zsh
zplug "lib/directories", from:oh-my-zsh
zplug "zsh-users/zsh-syntax-highlighting"
zplug "zsh-users/zsh-autosuggestions"
zplug 'romkatv/powerlevel10k', as:theme, depth:1
# Install plugins if there are plugins that have not been installed
if ! zplug check --verbose; then
printf "Install? [y/N]: "
if read -q; then
echo; zplug install
fi
fi
# Then, source plugins and add commands to $PATH
zplug load
PS1='\[\e[0m\][\[\e[0;1;91m\]\u\[\e[0m\]|\[\e[0;1m\]$?\[\e[0m\]] \[\e[0;1;3;4m\]\w\[\e[0m\] \[\e[0;92m\]\$ \[\e[0m\]

Upgrade Rocky Linux 8 -> 9, 9 -> 10
⚠️ DO AT YOUR OWN RISK!!!