Skip to content

Instantly share code, notes, and snippets.

@xpando
Created January 21, 2024 20:06
Show Gist options
  • Save xpando/7696a3946e1193b3d5ba0a0261cf1ba0 to your computer and use it in GitHub Desktop.
Save xpando/7696a3946e1193b3d5ba0a0261cf1ba0 to your computer and use it in GitHub Desktop.
Download and Install Latest Wezterm for Fedora Linux
#!/bin/bash
wget https://github.com/wez/wezterm/releases/download/nightly/wezterm-nightly-fedora39.rpm ~/Downloads/wezterm-nightly-fedora39.rpm && sudo dnf install -y ~/Downloads/wezterm-nightly-fedora39.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment