https://github.com/turbomaster95/dotmastr
A Simple Dotfiles manager!
https://github.com/turbomaster95/dotmastr
dotfiles dotfiles-installer dotfiles-linux dotfiles-manager
Last synced: 7 months ago
JSON representation
A Simple Dotfiles manager!
- Host: GitHub
- URL: https://github.com/turbomaster95/dotmastr
- Owner: turbomaster95
- License: mit
- Created: 2024-08-19T14:15:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T10:14:28.000Z (about 1 year ago)
- Last Synced: 2024-10-24T23:21:51.012Z (12 months ago)
- Topics: dotfiles, dotfiles-installer, dotfiles-linux, dotfiles-manager
- Language: Python
- Homepage: https://dotmastr.coderrrrr.site
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotmastr
A Simple Dotfiles manager written in Python.
## InstallationInstall dotmastr manually by running the commands below.
```bash
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`:
```bash
make install
```
## Usage/ExamplesFor help run:
```bash
./dotmastr
```Example for saving `~/.bashrc`:
```bash
./dotmastr add ~/.bashrc
```Example for saving `~/.config/hypr/hyprland.conf`:
```bash
./dotmastr add ~/.config/hypr/hyprland.conf
```