mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-27 17:10:55 +08:00
gnome config, tsoding lisp vm
This commit is contained in:
parent
fc47d4eebd
commit
9c95244e8d
1
index.md
1
index.md
@ -8,6 +8,7 @@ Minecraft 红石玩家, [B站](https://space.bilibili.com/489732092)<br>
|
||||
[elixir 写点对点加密聊天软件](p2p_chat)<br>
|
||||
[博客, YouTube 等收集](internet_collections)<br>
|
||||
[我对 SciCraft 更新1.19的看法](scicraft_update)<br>
|
||||
[我的 gnome 配置](my_gnome_configt)<br>
|
||||
<!--
|
||||
[对我将来的视频网站的一些畅想](plan_for_my_video_site)<br>
|
||||
-->
|
||||
|
@ -49,6 +49,7 @@
|
||||
[advanced emacs startup](https://blog.d46.us/advanced-emacs-startup/)<br>
|
||||
[steven](https://stevenbai.top/)
|
||||
Rust, BlockChain<br>
|
||||
[用Go语言汇编计算fibonacci数列](https://zhuanlan.zhihu.com/p/138719668)<br>
|
||||
|
||||
|
||||
## YouTube 收集(没有账号, 这就是我的收藏夹)
|
||||
@ -59,7 +60,6 @@
|
||||
[CMD 登录B站](https://youtu.be/nfF91Z6fqGk)<br>
|
||||
[Rust aes加密](https://youtu.be/l0AmlU-4IRM)
|
||||
legacy<br>
|
||||
[tsoding 合集](https://www.youtube.com/watch?list=RDCMUCrqM0Ym_NbK1fqeQG2VIohg)<br>
|
||||
[tsoding write cool shell in rust](https://youtu.be/qKA2NZ1-kx0)<br>
|
||||
[tsoding helloworld in c](https://youtu.be/hmMtQe_mYr0)<br>
|
||||
[Tantan 合集](https://www.youtube.com/watch?list=RDCMUChl_NKOs1qqh_x7yJfaDpDw)
|
||||
@ -68,6 +68,7 @@
|
||||
[stack-based virtual machine(6 episode)](https://www.youtube.com/watch?list=PLSiFUSQSRYAOFwfP-aMzXJlWKVyIuWfPU)
|
||||
and [register-based(13 episode)](https://youtu.be/cfPDeso3XwI)<br>
|
||||
[register virtual machine in rust, with memory visualization](https://youtu.be/_uAMo-bXI5g)<br>
|
||||
[tsoding virtual machine for Lisp, in C](https://www.youtube.com/watch?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM)<br>
|
||||
|
||||
### Minecraft Redstone Survival
|
||||
[Mojang & Minecraft 开始衰落了吗?](https://youtu.be/VKydXD6Lr20)<br>
|
||||
|
36
my_gnome_config.md
Normal file
36
my_gnome_config.md
Normal file
@ -0,0 +1,36 @@
|
||||
# my gnome configuration
|
||||
|
||||
icon: Numix-Circle<br>
|
||||
```shell
|
||||
sudo dnf install numix-icon-theme-circle
|
||||
```
|
||||
|
||||
sound: Ubuntu Yaru<br>
|
||||
```shell
|
||||
sudo dnf install yaru-sound-theme
|
||||
sudo mv /usr/share/sounds/Yaru/stereo/desktop-login.oga ~/
|
||||
```
|
||||
|
||||
background: fedora 33 (最开始入坑fedora时自带的, 感觉特别好看)
|
||||
```shell
|
||||
sudo dnf install f33-backgrounds-gnome
|
||||
```
|
||||
|
||||
terminal: Solarized
|
||||
|
||||
extensions:
|
||||
- user theme
|
||||
- dash to panel
|
||||
- clipboard indicator(我之前一直是用文本编辑器当作临时剪切板🤣)
|
||||
|
||||
dir name
|
||||
```shell
|
||||
export LANG=en_US
|
||||
xdg-user-dirs-gtk-update
|
||||
export LANG=zh_CN.UTF-8
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user