Manage your dotfiles seamlessly with a bare repo
Project description
Bare Estate
Table of Contents
About
Have you ever needed to install a brand new Linux distro or BSD system? Any experient user has done this at least a couple times, and certainly has a dotfiles repository somewhere. But how would you transfer your dotfiles? Maybe with symbolic links, copying files from a cloned repository, flash drive or perhaps a combination of those.
With Bare Estate you don't need a convoluted strategy for managing your dotfiles. You can create a bare repository that will store your repository's data. Manage your dotfiles as if they were on a regular repo. Even files from your home directory, without actually turning your home into a git repository itself.
And the best part is the application handles the abstraction for you, so you can use it in the same you use git!
Configuration
The configuration is made by using a json file. The path of the file is
${XDG_CONFIG_HOME}/bare_estate.json
. If you didn't set the value of the
XDG_CONFIG_HOME
environment variable, then it defaults to
${HOME}/.config/bare_estate.json
.
Config Options:
- history_location: it says where your bare repository directory will be located. Environment variables don't expand. So you will have to write the complete path of the file.
Examples:
bare_estate.json:
{
"history_location": "/home/lucas/.dotfiles"
}
Usage
The package introduces an executable script called estate
as the main
entrypoint for the application. It is used just like you would use git.
Examples:
- Initialize a new repo:
estate init
- Clone an existing repository:
estate clone <dotfiles-repo-url>
Warning: cloning a repository will overwrite your local files if the remote repository has files with the same name.
- Add files to the staging area:
estate add file1 file2 file3
- Check your repository's status:
estate status
- Commit your changes:
estate commit
- Push your changes to the remote repo:
estate push
Install
To install this package from the PyPI, you can use the command:
pip install -U bare-estate
The current version has no Python dependencies, other than the base install.
However, it requires git
and rsync
installed locally in order to work.
Credits
- Greg Owen, for the blog post that inspired this project
- StreakyCobra and the other users from Hacker News
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bare_estate-0.2.tar.gz
.
File metadata
- Download URL: bare_estate-0.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d1da88c758d56577bc5d049873691ac856b041e9f6aaf5b6245ff9980e6b25d |
|
MD5 | 5d34106fce4b0c998cd5c0db1adfc28d |
|
BLAKE2b-256 | 7327fe049f1afd95c6778dec4c6935a57fe3b5f36c87019e82d4c77c730748d2 |
File details
Details for the file bare_estate-0.2-py3-none-any.whl
.
File metadata
- Download URL: bare_estate-0.2-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 218c0886e5a45b5cd7e65406728e6333779afa34cc40f9e17e429a78386b7c87 |
|
MD5 | 44e878082fa6132a9cdeb539e945d96f |
|
BLAKE2b-256 | 83f58ae62c6ffb1c8563363def543928c898ee26dc5659a43f64d4edb54dc6e0 |