Skip to content

Commit f5d4257

Browse files
committed
recommant use st terminal
Signed-off-by: Eval EXEC <[email protected]>
1 parent 05a1d9d commit f5d4257

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.org

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,32 @@ ee.el Support:
2020

2121
=ee-find= need =devicon-lookup= (https://github.com/coreyja/devicon-lookup) to display file icons.
2222
We should install =devicon-lookup= executable by:
23+
#+begin_src bash
24+
cargo install devicon-lookup --force
25+
#+end_src
26+
27+
*** Highly Recomment use st terminal since it startup very fast.
28+
29+
I tried st, alacritty, kitty, konsole, st is very fast, you can test the startup timecost by:
30+
31+
#+begin_src
32+
% time st -e sh -c date
33+
st -e sh -c date 0.03s user 0.02s system 90% cpu 0.052 total
34+
~ on ☁️
35+
$ time alacritty -e sh -c date
36+
alacritty -e sh -c date 0.14s user 0.05s system 93% cpu 0.201 total
37+
~ on ☁️
38+
$ time kitty -e sh -c date
39+
kitty -e sh -c date 0.20s user 0.07s system 93% cpu 0.288 total
40+
~ on ☁️
41+
$ time konsole -e sh -c date
42+
konsole -e sh -c date 0.26s user 0.13s system 74% cpu 0.519 total
43+
44+
#+end_src
45+
46+
st startup only need 50ms, but alacritty need 200ms, konsole need 500ms.
47+
Please install st: https://st.suckless.org/ and patch it with https://st.suckless.org/patches/glyph_wide_support/
2348

24-
=cargo install devicon-lookup --force=
2549

2650
** Installation
2751

0 commit comments

Comments
 (0)