Updated README.md

This commit is contained in:
Jarno Rankinen 2021-02-10 21:17:30 +02:00
parent e463a8e019
commit 722b8ca4d3
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Download 'one-monokai.dconf' file
4. Copy the UUID of the created profile (in the example it is :e27d087d-18c4-4b72-83be-c84103543515 ) 4. Copy the UUID of the created profile (in the example it is :e27d087d-18c4-4b72-83be-c84103543515 )
5. Run `dconf load /org/gnome/terminal/legacy/profiles:/:e27d087d-18c4-4b72-83be-c84103543515/ < one-monokai.dconf` 5. Run `dconf load /org/gnome/terminal/legacy/profiles:/:e27d087d-18c4-4b72-83be-c84103543515/ < one-monokai.dconf`
Replace the UUID with the one from your profile.
This will import the settings from the file to the profile and also apply it as the current profile. This will import the settings from the file to the profile and also apply it as the current profile.
<b>Note the trailing `/` after the UUID in the command</b> <b>Note the trailing `/` after the UUID in the command</b>
6. Modify other settings as needed. 6. Modify other settings as needed.