Created
January 21, 2024 20:06
-
-
Save xpando/7696a3946e1193b3d5ba0a0261cf1ba0 to your computer and use it in GitHub Desktop.
Download and Install Latest Wezterm for Fedora Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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