Skip to content

Instantly share code, notes, and snippets.

@fcschmidt
Last active June 4, 2020 16:26
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 fcschmidt/e4a5ee743b93ffc45ed52f4b9399cec0 to your computer and use it in GitHub Desktop.
Save fcschmidt/e4a5ee743b93ffc45ed52f4b9399cec0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
#
# VTE Configuration
# Added Source vte.sh in bashrc
#if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
# source /etc/profile.d/vte.sh
#fi
#
# On Ubuntu, a symlink is probably missing. You can create it with:
# ln -s /etc/profile.d/vte-2.91.sh /etc/profile.d/vte.sh
add-apt-repository ppa:webupd8team/terminix
apt install tilix
apt update
# add-apt-repository ppa:webupd8team/terminix -r -y
# apt remove tilix --auto-remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment