Setup Install tmux # dnf install tmux Install Neovim (Latest version) # nvim/install.sh # For system clipboard supports # dnf install wl-clipboard # Or # dnf install xclip Load Configuration and Set Environment Variables (Use a POSIX-compliant shell) # For dash, kash, or ash # nvim ~/.profile # Or bash # nvim ~/.bash_profile # Or zsh # nvim ~/.zprofile if [ -f "$HOME/.config/.profile" ]; then . "$HOME/.config/.profile" fi LaTex # dnf install latexmk zathura zathura-pdf-mupdf # Or # dnf install latexmk zathura zathura-pdf-poppler Classic Fortune + Cowsay + Lolcat # dnf install fortune # dnf install cowsay # dnf install lolcat