Install ghostty
This commit is contained in:
parent
07771ada6b
commit
9849c78728
3 changed files with 7 additions and 0 deletions
5
config/ghostty/config
Normal file
5
config/ghostty/config
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
font-family = Fira Code
|
||||||
|
macos-titlebar-style = hidden
|
||||||
|
theme = MaterialDesignColors
|
||||||
|
window-padding-x = 4
|
||||||
|
window-padding-y = 4
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
"docker"
|
"docker"
|
||||||
"dracula-xcode"
|
"dracula-xcode"
|
||||||
"google-chrome"
|
"google-chrome"
|
||||||
|
"ghostty"
|
||||||
"karabiner-elements"
|
"karabiner-elements"
|
||||||
"logseq"
|
"logseq"
|
||||||
"nextcloud"
|
"nextcloud"
|
||||||
|
|
|
||||||
|
|
@ -234,4 +234,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."aerospace/aerospace.toml".text = builtins.readFile ../config/aerospace/aerospace.toml;
|
xdg.configFile."aerospace/aerospace.toml".text = builtins.readFile ../config/aerospace/aerospace.toml;
|
||||||
|
xdg.configFile."ghostty/config".text = builtins.readFile ../config/ghostty/config;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue