Fedora 42 Workstation
First things first
sudo dnf update
GitHub
CLI
sudo dnf install gh
zsh
sudo dnf install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# autosuggestionsgit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# syntax highlightinggit clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# Powerleve10kgit clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
~/.zshrc
plugins=( git zsh-autosuggestions zsh-syntax-highlighting history command-not-found)
dotfiles
VSCode
sudo rpm --import https://packages.microsoft.com/keys/microsoft.ascecho -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | sudo tee /etc/yum.repos.d/vscode.repo > /dev/null
dnf check-updatesudo dnf install code # or code-insiders
Docker / Podman / Podman Desktop
sudo dnf install docker-cli containerd docker-compose docker-switchsudo dnf install podman podman-dockerflatpak install flathub io.podman_desktop.PodmanDesktop
Others
- Warp Terminal)
- nvm
- Helm
- Thunderbird