/dotmastr

A Simple Dotfiles manager!

Primary LanguagePythonMIT LicenseMIT

Dotmastr

A Simple Dotfiles manager written in Python.

Installation

Install dotmastr manually by running the commands below.

git clone --depth 1 https://github.com/turbomaster95/dotmastr.git
cd dotmastr
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
make clean build

Then to install it to /usr/local/bin:

make install

Usage/Examples

For help run:

./dotmastr

Example for saving ~/.bashrc:

./dotmastr add ~/.bashrc

Example for saving ~/.config/hypr/hyprland.conf:

./dotmastr add ~/.config/hypr/hyprland.conf