ITADN
frnsys/dippindots
frnsys/dippindots · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
以下内容由 AI 翻译,如有问题请点此提交 issue 反馈

DippinDots

这些是我为 Linux 准备的个人 dotfiles(运行在 Legion Go 上的 OpenSUSE Tumbleweed 系统)。欢迎大家根据需求自由使用或修改!

使用方法

对于全新安装的 Tumbleweed 系统,我会选择“server”预设。

sudo zypper install git-core make
git clone https://github.com/frnsys/dippindots.git ~/.dots
make

有些设置最好在所有软件都安装完毕并重启系统后再进行。相关说明请在Makefile中搜索POST-INSTALL

其他系统设置(例如隐藏启动菜单)则可通过sudo -E yast2进行配置。

由于我使用的是触摸屏,因此希望无需实体键盘即可登录。为此我设置了自动登录功能:

sudo VISUAL=/usr/local/bin/nvim systemctl edit getty@tty1

# Add:
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin francis --noclear %I $TERM

随后,dots/fish会被设置用于启动窗口管理器,该管理器会运行dots/init,从而立即锁定设备。我使用的锁屏界面带有虚拟键盘。

截图

11/2016

09/2016

12/2015