Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
d3r1n committed Sep 29, 2021
1 parent 2c2b2b5 commit a3fd159
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<div align="center">

<img src="./assets/dotman_logo.png" height="250" width="250" alt="dotman's logo">

</div>

# Dotman
The dotfile manager you are searching for

# BETA
Dotman is in the beta state!

## Usage

### Commands

```bash
# Init
dotman init <name> [--description=<text>, -d=<text>] [--git, -g] [--install_path=<location>, -i=<location>]

# Add
dotman add <name> <location> [--description=<text>, -d=<text>] [--priority=<int>, -p=<int>]

# Remove
dotman remove <name>

# Update
dotman update <name>

# Update All
dotman update @a
```

---

<div align="center">

If you liked this project please leave a star, it helps a lot :3

</div>
Binary file added assets/dotman_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3fd159

Please sign in to comment.