WezTerm Installation
WezTerm
About
A terminal emulator and multiplexer written by Wez and implemented in Rust. It runs on Linux, macOS, Windows 10, and FreeBSD, and supports features such as multiplexing terminal panes, tabs and windows, ligatures, color emoji, font fallback, hyperlinks, GPU acceleration, and more. It also supports various configurations and can be run from a simple zip file.
AppImage installation of WezTerm on any GNU/Linux (as user)
- curl -LO https://github.com/wez/wezterm/releases/download/20230712-072601-f4abf8fd/WezTerm-20230712-072601-f4abf8fd-Ubuntu20.04.AppImage
- chmod +x WezTerm-20230712-072601-f4abf8fd-Ubuntu20.04.AppImage
- ./WezTerm-20230712-072601-f4abf8fd-Ubuntu20.04.AppImage
- mkdir ~/bin
- mv ./WezTerm-20230712-072601-f4abf8fd-Ubuntu20.04.AppImage ~/bin/wezterm
- ~/bin/wezterm
Links
- Installation: https://wezfurlong.org/wezterm/install/linux.html#installing-on-linux-using-appimage
- GitHub fork: https://github.com/UnbreakableMJ/wezterm
- Original code: https://github.com/wez/wezterm
Comments