Skip to content

Commit 3d93f82

Browse files
committed
ghostty init
1 parent 7394a70 commit 3d93f82

File tree

8 files changed

+296
-31
lines changed

8 files changed

+296
-31
lines changed

flake.lock

Lines changed: 142 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
nvim-blink-cmp = {
2626
url = "github:Saghen/blink.cmp";
2727
};
28+
ghostty = {
29+
url = "github:ghostty-org/ghostty";
30+
};
2831
};
2932

3033
outputs = inputs @ {

home/nvim/lua/plugins.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ return inject_all({
9696
show_on_insert_on_trigger_character = false,
9797
},
9898
},
99+
fuzzy = {
100+
prebuilt_binaries = {
101+
force_version = "*",
102+
},
103+
},
99104
keymap = {
100105
preset = "enter",
101106
["<tab>"] = { "select_next", "snippet_forward", "fallback" },

home/starship.nix

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
};
4848

4949
git_commit = {
50-
format = "[ $hash$tag]($style)";
50+
format = " [ $hash$tag]($style)";
5151
style = "purple";
5252
tag_disabled = false;
5353
tag_symbol = "  ";
@@ -59,17 +59,17 @@
5959
};
6060

6161
git_status = {
62-
format = "[$conflicted](red)[$modified](blue)[$staged$deleted$renamed](yellow)[$untracked$stashed](bright-black)[$ahead_behind](bold) ";
63-
ahead = " $count";
64-
behind = " $count";
65-
diverged = " $ahead_count$behind_count";
66-
conflicted = "$count";
67-
deleted = " $count";
68-
modified = " ✚$count";
69-
renamed = " »$count";
70-
staged = " $count";
62+
format = "[$conflicted$deleted](red)[$modified](blue)[$staged$renamed](yellow)[$untracked$stashed](bright-black)[$ahead_behind](bold) ";
63+
ahead = " $count";
64+
behind = " $count";
65+
diverged = " $ahead_count$behind_count";
66+
conflicted = " $count";
67+
deleted = " $count";
68+
modified = " ✚ $count";
69+
renamed = " 󰄾$count";
70+
staged = " 󰧞$count";
7171
stashed = " ✱$count";
72-
untracked = " $count";
72+
untracked = " $count";
7373
};
7474

7575
hostname = {

home/wayland/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# auxiliary services
1010
./avizo.nix
1111
./clipman.nix
12+
./ghostty.nix
1213
./kanshi.nix
1314
./kitty.nix
1415
./mako.nix

0 commit comments

Comments
 (0)