This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.