Creating README file
This commit is contained in:
parent
ae80c5aba6
commit
50b89e734a
1 changed files with 29 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue