Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 632 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 632 Bytes

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