Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcwillox/dotbot
A powerful and extensible bootstrapping utility for your dotfiles and system 💪
https://github.com/jcwillox/dotbot
bootstrapping dotbot dotfiles dotfiles-installer
Last synced: 3 months ago
JSON representation
A powerful and extensible bootstrapping utility for your dotfiles and system 💪
- Host: GitHub
- URL: https://github.com/jcwillox/dotbot
- Owner: jcwillox
- Created: 2022-01-09T04:01:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T02:49:43.000Z (4 months ago)
- Last Synced: 2024-10-11T03:43:45.936Z (3 months ago)
- Topics: bootstrapping, dotbot, dotfiles, dotfiles-installer
- Language: Go
- Homepage:
- Size: 359 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotbot
*This project is still in active development don't expect everything to be working fully, and there will likely be breaking changes.*
Dotbot is a powerful dotfiles manager and system bootstrapping tool, it is based on the original [Dotbot](https://github.com/anishathalye/dotbot) written in Python by [@anishathalye](https://github.com/anishathalye), but it has been rebuilt from the ground up in Go, its faster and already has a much wider set of features.
This project has a much stronger focus on supporting "profiles" and "groups" allowing you to easily tweak what gets installed and linked on different systems. As well as sudo support, automatically requesting elevated permissions if it detects it needs them.
Dotbot can even be used as a lightweight package manager installing the latest versions of your core utilities irrespective of what package managers or packages are available on your OS.
## Showcase
[![asciicast](https://asciinema.org/a/462686.svg)](https://asciinema.org/a/462686)
## Installation
```bash
sh -c "$(curl -fsSL tinyurl.com/dotbot)"
```Adding `init ` will also clone your dotfiles repo, then adding `--apply` will run dotbot after cloning.
If you only specify your username its assumed the repo is called `dotfiles`.
```bash
sh -c "$(curl -fsSL tinyurl.com/dotbot)" -- init --apply [/]
```**Windows**
```pwsh
iwr -useb tinyurl.com/dotbot-ps1 | iex
``````pwsh
iwr -useb tinyurl.com/dotbot-ps1 | iex; dotbot init --apply [/]
```## Usage
Proper documentation will arrive soon, for a sneak peek checkout my personal dotfiles [repo](https://github.com/jcwillox/dotfiles).
Once your repo is set up just run `dotbot`, it will self-update if needed, pull your dotfiles repo, and run your specified dotbot configuration.
```bash
$ dotbot
```