Skip to content

Instantly share code, notes, and snippets.

@tigefa4u
Forked from agtbaskara/tilix_ubuntu_guide.md
Created May 27, 2022 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tigefa4u/a2c328859e499e51f9a12040c7f05484 to your computer and use it in GitHub Desktop.
Save tigefa4u/a2c328859e499e51f9a12040c7f05484 to your computer and use it in GitHub Desktop.
Installation Guide for Tilix on Ubuntu

Install Tilix on Ubuntu 20.04

Install Tilix

sudo apt-get install tilix

Fix Tilix VTE

sudo ln -s /etc/profile.d/vte-2.91.sh /etc/profile.d/vte.sh
sudo chmod +x /etc/profile.d/vte.sh

Then add This to .bashrc

if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
        source /etc/profile.d/vte.sh
fi

(Optional) Set Tilix as default terminal

sudo update-alternatives --config x-terminal-emulator

Select Tilix as Default

(Optional) Install python3-nautilus

sudo apt install python3-nautilus

Reboot

Bonus: Ubuntu 20.04 Color Code

Orchis + Background Code: #300A24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment