dotfiles:我的点文件

时间:2021-04-17 15:26:49
【文件属性】:
文件名称:dotfiles:我的点文件
文件大小:52KB
文件格式:ZIP
更新时间:2021-04-17 15:26:49
Shell 点文件 要求 苹果系统 的Ubuntu 分7 用法 首先,克隆此存储库。 $ git clone --recursive https://github.com/averak/dotfiles ~ /dotfiles $ cd ~ /dotfiles 设置 安装基本工具。 (必需的sudo) $ make install 顺便说一句, make install将执行以下任务。 make update -更新dotfiles make deploy -将dotfiles部署到您的环境中 make init -初始化一些设置 如果您想了解详细信息,只需执行make help 。 更改默认外壳 您需要将zsh添加到可用的shell列表中。 (必需的sudo) $ echo $( which zsh ) >> /etc/shells $ chsh -s $( which zsh ) $
【文件预览】:
dotfiles-master
----local()
--------.gitignore(14B)
----.github()
--------workflows()
----etc()
--------init(6KB)
--------clean(2KB)
--------deploy(3KB)
--------header(1KB)
----config()
--------fish()
--------bash()
--------zsh()
--------git()
--------prompt()
--------nvim()
--------tmux()
--------vim()
--------python()
----LICENSE(1KB)
----README.md(1KB)
----Makefile(726B)
----.gitignore(34B)
----bin()
--------yesno(267B)
--------install-vim(820B)
--------os(2KB)
--------launch-tmux(1KB)

网友评论