Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rydesun/dotfiles
发现异常文件。特殊收容措施:Git
https://github.com/rydesun/dotfiles
archlinux dotfiles
Last synced: 28 days ago
JSON representation
发现异常文件。特殊收容措施:Git
- Host: GitHub
- URL: https://github.com/rydesun/dotfiles
- Owner: rydesun
- Created: 2020-01-26T15:15:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T12:06:09.000Z (9 months ago)
- Last Synced: 2024-04-18T14:06:51.419Z (9 months ago)
- Topics: archlinux, dotfiles
- Language: Shell
- Homepage:
- Size: 271 KB
- Stars: 25
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux 配置
~~使用 `pam_environment` 管理环境变量 (被上游移除。溜了溜了)~~
使用 `zprofile` (zsh 作为 login shell) 管理环境变量,
调用 `dbus-update-activation-environment --systemd`
同步选择的环境变量到 dbus 和 systemd。
因为 ssh 远程主机没有通过 pam 设置环境变量,
所以对 ssh 直接调用的命令无效,比如 `ssh USER@HOST env`。
如果远程主机在 zsh 中设置环境变量,
可以用 `ssh USER@HOST 'zsh -l -c "exec env"'`。使用 [kitty](https://sw.kovidgoyal.net/kitty/) 虚拟终端:
[Why does Alacritty terminal gets more attention than Kitty?
](https://github.com/kovidgoyal/kitty/issues/2701)使用 [everforest](https://github.com/sainnhe/everforest) 配色主题
使用 [zinit](https://github.com/zdharma-continuum/zinit) 管理 zsh 插件
## 更多
Neovim 配置移步至
[rydesun/neovim-config](https://github.com/rydesun/neovim-config)Qtile WM 配置移步至
[rydesun/qtile-config](https://github.com/rydesun/qtile-config)