3.7 KiB
3.7 KiB
Video Tutorial (Available Soon)
How to setup My Fedora Linux dotfiles for a Hyprland-looks in GNOME.
ENJOY!
-Rion Zaphkiel
Improving Your Terminal
zsh
Installation
sudo dnf install zsh
oh-my-zsh
Installation
sudo dnf install curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Fonts
- Firamono Nerd Font
https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/FiraMono.zip
- Other Nerd Font
Theme
- powerlevel10k
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
- Other Default Theme
Plugins
- zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
- zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
- other plugins
wezterm
Installation
sudo dnf copr enable wezfurlong/wezterm-nightly
sudo dnf install wezterm
Installing the Essential Applications
Wofi
Installation
sudo dnf install wofi
Wlogout
Installation
sudo dnf install wlogout
BetterDiscord
Installation
- Discord
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install discord
- BetterDiscord
sudo dnf copr enable observeroftime/betterdiscordctl
sudo dnf install betterdiscordctl
betterdiscordctl install ## Adjust it to your flavor
Installing GNOME Extensions
|
|
![]() |


