feat add dconf: gnome-terminal
This commit is contained in:
parent
04d7177344
commit
c944251d9e
@ -2,6 +2,8 @@ Readme.md
|
||||
.readme/
|
||||
chezmoi.code-workspace
|
||||
|
||||
dconf.ini
|
||||
|
||||
{{ if ne .chezmoi.os "darwin" }}
|
||||
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
|
||||
.config/iterm2/com.googlecode.iterm2.plist
|
||||
|
6
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
Normal file
6
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
Normal file
@ -0,0 +1,6 @@
|
||||
{{ if eq .chezmoi.os "linux" -}}
|
||||
#!/bin/bash
|
||||
|
||||
# dconf.ini hash: {{ include "dconf.ini" | sha256sum }}
|
||||
dconf load / < {{ joinPath .chezmoi.sourceDir "dconf.ini" | quote }}
|
||||
{{ end -}}
|
9
dconf.ini
Normal file
9
dconf.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
|
||||
background-color='rgb(46,52,64)'
|
||||
cursor-blink-mode='on'
|
||||
font='MesloLGS NF 10'
|
||||
foreground-color='rgb(216,222,233)'
|
||||
palette=['rgb(86,98,120)', 'rgb(191,97,106)', 'rgb(163,190,140)', 'rgb(235,203,139)', 'rgb(129,161,193)', 'rgb(180,142,173)', 'rgb(136,192,208)', 'rgb(216,222,233)', 'rgb(86,98,120)', 'rgb(191,97,106)', 'rgb(163,190,140)', 'rgb(235,203,139)', 'rgb(129,161,193)', 'rgb(180,142,173)', 'rgb(136,192,208)', 'rgb(216,222,233)']
|
||||
scrollback-unlimited=true
|
||||
use-system-font=false
|
||||
use-theme-colors=false
|
Loading…
x
Reference in New Issue
Block a user