Skip to content

turbomaster95/dotmastr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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