diff options
| author | verdant <i@glowisle.me> | 2026-02-22 20:29:59 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-02-22 20:29:59 +0800 |
| commit | 753c4d13618e5b2dabf7ab3396efaf6ffd6a87b1 (patch) | |
| tree | 04600e4eaa59f62db4277490771315ec5f6b6d55 /content/uses.md | |
| parent | e5b537b5db0cd67fbf39fff9fd3fc66b357d7ce8 (diff) | |
| download | blog-753c4d13618e5b2dabf7ab3396efaf6ffd6a87b1.tar.gz blog-753c4d13618e5b2dabf7ab3396efaf6ffd6a87b1.zip | |
docs: add uses page
Diffstat (limited to 'content/uses.md')
| -rw-r--r-- | content/uses.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/content/uses.md b/content/uses.md new file mode 100644 index 0000000..cca1d52 --- /dev/null +++ b/content/uses.md @@ -0,0 +1,33 @@ +--- +title: 'Uses' +date: '2026-02-19T12:33:53+08:00' +comments: false +showMeta: false +--- +详见 [uses](https://uses.tech/),A list of /uses pages detailing developer setups, gear, software and configs. + +## 硬件 + +- NVIDIA GeForce RTX 2060 +- Intel i5-10600KF +- 杂牌键盘和鼠标 + +对于不怎么玩大型游戏、编译大型程序的人来说这已经非常够用了。 + +## 软件 + +- 操作系统:Debian GNU/Linux 以及 Windows 11 —— 我有两块硬盘,装了双系统,用来处理一些学校的麻烦事 +- WM: [i3](https://i3wm.org/) +- 启动器:[rofi](https://github.com/davatorium/rofi) +- [GNU Emacs](https://www.gnu.org/software/emacs/)[^1] —— 写代码、写博客、邮件管理、数字笔记 +- 终端模拟器:[kitty](https://github.com/kovidgoyal/kitty) +- SHELL: [ZSH](https://www.zsh.org/) +- 浏览器:[Firefox](https://www.firefox.com/en-US/) +- 输入法:[Fcitx5](https://github.com/fcitx/fcitx5) + 小鹤双拼[^2] +- 截图工具:[Flameshot](https://flameshot.org/) +- 音乐流媒体:Spotify +- IM:微信,因为大家都在用这个邪恶的软件! + + +[^1]: 之所以强调是GNU Emacs,是因为Emacs有很多变体,如Torvalds Linus使用的Uemacs,实际上是另一个Emacs变体MicroEmacs分支而来……GNU Emacs固然臃肿、不符合UNIX哲学,但没办法,手和大脑已经是它的形状了。 +[^2]: 值得一提的是,双拼似乎有点冷门,但它真的很高效。~~并且可以让别人拿到你的键盘根本不会打字~~ |
