diff --git a/index.md b/index.md index bda4919..16ee598 100644 --- a/index.md +++ b/index.md @@ -8,6 +8,7 @@ Minecraft 红石玩家, [B站](https://space.bilibili.com/489732092)
[elixir 写点对点加密聊天软件](p2p_chat)
[博客, YouTube 等收集](internet_collections)
[我对 SciCraft 更新1.19的看法](scicraft_update)
+[我的 gnome 配置](my_gnome_configt)
diff --git a/internet_collections.md b/internet_collections.md index 08d1686..68c9331 100644 --- a/internet_collections.md +++ b/internet_collections.md @@ -49,6 +49,7 @@ [advanced emacs startup](https://blog.d46.us/advanced-emacs-startup/)
[steven](https://stevenbai.top/) Rust, BlockChain
+[用Go语言汇编计算fibonacci数列](https://zhuanlan.zhihu.com/p/138719668)
## YouTube 收集(没有账号, 这就是我的收藏夹) @@ -59,7 +60,6 @@ [CMD 登录B站](https://youtu.be/nfF91Z6fqGk)
[Rust aes加密](https://youtu.be/l0AmlU-4IRM) legacy
-[tsoding 合集](https://www.youtube.com/watch?list=RDCMUCrqM0Ym_NbK1fqeQG2VIohg)
[tsoding write cool shell in rust](https://youtu.be/qKA2NZ1-kx0)
[tsoding helloworld in c](https://youtu.be/hmMtQe_mYr0)
[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)
[register virtual machine in rust, with memory visualization](https://youtu.be/_uAMo-bXI5g)
+[tsoding virtual machine for Lisp, in C](https://www.youtube.com/watch?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM)
### Minecraft Redstone Survival [Mojang & Minecraft 开始衰落了吗?](https://youtu.be/VKydXD6Lr20)
diff --git a/my_gnome_config.md b/my_gnome_config.md new file mode 100644 index 0000000..797e11f --- /dev/null +++ b/my_gnome_config.md @@ -0,0 +1,36 @@ +# my gnome configuration + +icon: Numix-Circle
+```shell +sudo dnf install numix-icon-theme-circle +``` + +sound: Ubuntu Yaru
+```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 +``` + + + + +