From 50b89e734a6960f61ed7f535f208874dd2ec4846 Mon Sep 17 00:00:00 2001 From: chopin42 Date: Wed, 28 Oct 2020 15:51:03 +0100 Subject: [PATCH] Creating README file --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5612b54 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# How to customize your terminal + +1. Choose a terminal applicaton (here, tilix) + +```bash +sudo apt-get install tilix +``` + +2. Download schemes and move them to the right directory + +```bash +git clone https://codeberg.org/SnowCode/tilix-colors.git +mv tilix-colors/*.json ~/.config/tilix/schemes +rm -r tilix-colors +``` + +3. Change the tilix settings + +```bash +tilix --preferences +``` + +4. Go into your current profile > Colors > then select the color scheme you want. +5. Restart Tilix + +```bash +tilix +``` +