-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
62 lines (41 loc) · 1.45 KB
/
README
File metadata and controls
62 lines (41 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
+-------------------------------------------------------------------+
| DAN |
| a tiny scripts used to ease your dotfile management |
+-------------------------------------------------------------------+
Dan is a dotfile manager with purpose for personal use. If you found
it useful, leave a star for the repo ;D
=== Features
============
Here are some of the features we had for now. These may change over
time as the project grows and develops:
- Sync
- Apply
- Sync all
- Apply all
- Remove
- List
=== Background
=========
The code is inspired by my previous dotfile manager, DotMan.
But it had too many bugs, so i abandoned it. And now i'm recreating
the dotfile manager, but in C.
=== Installation
================
Here are some installation tutorial step-by-step for some Operating
Systems:
- Linux
You need to have git and gcc installed on your system.
Step-by-step installation on linux:
- Open your terminal, and then paste command below (one by one)
- git clone https://github.com/ahmadinne/dan.git; cd dan
- sudo make install
There you go, Dan is ready to use!
=== Inspiration
===============
Dan was inspired by and made possibly by the following amazing
projects:
- GNU Stow (https://www.gnu.org/software/stow)
- DotMan (https://github.com/ahmadinne/dotman)
- Tin-Can Linux (https://tincan-linux.github.io/)
_________________________________________________________________________
ahmadinne (C) 2025-2026