From 3a0d3bb4c3856c0cd605b66ba9ea610453e30c72 Mon Sep 17 00:00:00 2001 From: rydesun Date: Sun, 5 Jul 2020 14:55:06 +0800 Subject: [PATCH] Add README.md --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb7b398 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +# Linux 配置 + +- 使用 `pam_environment` 管理环境变量 +- 使用 `alacritty` 虚拟终端 +- 使用 `material` 配色主题 +- 不使用 `Powerline` 和 `Oh My Zsh` + +另见 [如何使用 Git 管理 Linux 配置?](https://2cat.cc/post/diyo4/) + +## 已添加软件 + +- [x] `alacritty` +- [x] `aria2` + +> FIXME: 包含硬编码目录 + +- [x] `firefox` +- [x] `git` + +> 注意: 包含 ID 和邮箱 + +- [x] `pikaur` +- [x] `zsh` + +### 以及配置 + +- [x] `fontconfig` +- [x] `npm` +- [x] `python` + +> 让 REPL 历史记录保存在 XDG 目录 + +- [x] `X11` + +## 更多 + +Neovim 配置移步至 +[rydesun/neovim-config](https://github.com/rydesun/neovim-config) + +Qtile WM 配置移步至 +[rydesun/qtile-config](https://github.com/rydesun/qtile-config)