If you're usingGit, you can add Dotbot as a submodule: cd~/.dotfiles#replace with the path to your dotfilesgit init#initialize repository if neededgit submodule add https://github.com/anishathalye/dotbot git config -f .gitmodules submodule.dotbot.ignore dirty#ignore dirty commits in the su...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
git submodule add https://github.com/yousuc/dotbot-paru Usage One option is having your packages list in a separate file. This way you can run it separately from your main configuration. ./install -p dotbot-paru/paru.py -c packages.conf.yaml ...
Configure Windows using dotbot. Contribute to kurtmckee/dotbot-windows development by creating an account on GitHub.
Low contributions. Medium-low contributions. Medium-high contributions. High contributions. More 2024 Contribution activity November 2024 dropsdotbot has no activity yet for this period. Loading Show more activity Seeing something unexpected? Take a look at the GitHub profile guide. Footer...
my personal dotfiles managed by dotbot, zinit. Contribute to einverne/dotfiles development by creating an account on GitHub.
About ~anish • powered by https://github.com/anishathalye/dotbot 💾 Resources Readme License MIT license Activity Stars 714 stars Watchers 15 watching Forks 278 forks Report repository Languages Shell 55.3% Emacs Lisp 22.5% Vim Script 16.2% Perl 3.6% Python 2.4% ...
gitclonegit@github.com:username/dotfiles.git --recursive cddotfiles && ./install 如果仓库有更新则可通过下面命令更新本地配置: gitpull ./install 总结 通过Dotbot和Git可以方便我们维护dotfiles并通过Git仓库共享配置。 参考 Dotbot – A tool that bootstraps your dotfiles ...
@dependabot reopenwill reopen this PR if it is closed @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified de...
cd ~/.dotfiles # replace with the path to your dotfiles git init # initialize repository if needed git submodule add https://github.com/anishathalye/dotbot git config -f .gitmodules submodule.dotbot.ignore dirty # ignore dirty commits in the submodule cp dotbot/tools/git-submodule/install ....