first commit

This commit is contained in:
captain 2026-04-11 22:22:01 +08:00
commit 3b19a9c8a8
29 changed files with 2428 additions and 0 deletions

18
.github/README.md vendored Normal file
View file

@ -0,0 +1,18 @@
> [!IMPORTANT]
> 本人是colemak键位用户
某些插件需要安装特定的软件才能正常使用如果是arch用户可以使用`paru`或者`yay`安装,示例如下
```bash
paru -S neovim python-neovim
# 如果使用kitty则不需要安装下面的ueberzugpp等软件(用于图像预览)
paru -S lua51 imagemagick luarocks ueberzugpp
sudo luarocks --lua-version=5.1 install magick
# deno用于markdown预览支持火狐和chromewebkit2gtk-4.1可选
paru -S deno webkit2gtk-4.1
# translate-shell用于翻译我配置的翻译快捷键是tr和ts
paru -S translate-shell
# 也在终端使用`trans -e bing :zh "hello world"`指定bing引擎翻译文本
```
![效果](效果.jpg)

BIN
.github/效果.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 KiB