dotfiles:Linux应用程序的配置 源码
点文件 linux应用程序的配置文件 先决条件 管理 stow --target " ${HOME} " --stow user sudo stow --target / --stow chromium 查找符号链接 find " ${HOME} /.config " -type l 查找断开的符号链接 find " ${HOME} /.config " -xtype l 删除损坏的符号链接 find " ${HOME} /.config " -xtype l -exec rm {} + 检查shell脚本 find . -name \* .sh | xargs shellcheck
用户评论