Skip to content

Instantly share code, notes, and snippets.

@agtbaskara
Last active April 23, 2024 14:31
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save agtbaskara/ba703a02e25973c864b5e9842322aa3b to your computer and use it in GitHub Desktop.
Save agtbaskara/ba703a02e25973c864b5e9842322aa3b 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