Skip to content

Commit 04f56ee

Browse files
committed
OS_elephant-C6
1 parent 5fb179d commit 04f56ee

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

nvim配置的二三事.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim
1919
https://zhuanlan.zhihu.com/p/557199534
2020

2121
https://github.com/askfiy/nvim/blob/master/lua/core/after/autocmd.lua
22+
23+
## vim plug install fatal
24+
25+
vim ~/.githubconfig
26+
27+
> [http "https://github.com"]
28+
> proxy = socks5://127.0.0.1:7890
29+
> [https "https://github.com"]
30+
> proxy = socks5://127.0.0.1:7890

真象还原/完善内核.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,13 @@ graph TB
272272
mov gs, ax
273273
```
274274

275+
### 打印字符串
276+
277+
278+
279+
280+
小插曲:
281+
282+
在 Arch Linux 上构建项目的时候,编译显示缺 gnu/stub-32 的库。最后是安装 lib32-glibc 解决
283+
284+
> yay -S lib32-glibc

0 commit comments

Comments
 (0)