Installing Tabby (formerly Terminus) on Windows/Linux/MacOS
i12bretro
#Tabby #Terminus #TerminalEmulator #CrossPlatform
Full steps can be found at https://i12bretro.github.io/tutorials/0740.html
What is Tabby?
Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux. - https://github.com/Eugeny/tabby
Microsoft Windows
01. Download Tabby https://github.com/Eugeny/tabby/releases 02. Open File Explorer and navigate to the Download location 03. Run the downloaded .exe 04. Step through the installer accepting all the defaults 05. Launch Tabby from the Start menu
Debian/Ubuntu Linux
01. Log into the Linux device 02. Launch a terminal window 03. Run the following commands # lookup latest release URL regex='"browser_download_url": "(https://github.com/Eugeny/tabby/releases/download/[^/]/[^/].deb)"' && response=$(curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/Eugeny/tabby/releases/latest) && [[ $response =~ $regex ]] && downloadURL="${BASH_REMATCH[1]}" # download the .deb package wget -O ./tabby.deb $downloadURL # install tabby sudo dpkg -i ./tabby.deb # install missing dependencies sudo apt -f install -y # launch tabby tabby &
MacOS
01. Download Tabby https://github.com/Eugeny/tabby/releases 02. Open Downloads in Finder 03. Double click the downloaded Tabby .pkg 04. Step through the installer accepting all the defaults 05. Launch Tabby from the Launchpad
Connect with me and others
★ Discord: https://discord.com/invite/EzenvmSHW8 ★ Reddit: https://reddit.com/r/i12bretro ★ Twitter: https://twitter.com/i12bretro ... https://www.youtube.com/watch?v=G03-5RE0ohg
23816936 Bytes