File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# dotfiles
2
2
This Repository is config files updater which I often use with my work.
3
3
4
+ ## Screen Shot
5
+
6
+ ![ screen shot] ( ./images/screen_shot.png )
7
+
4
8
## Architecture
5
9
This is project directory architecture.
6
10
@@ -10,8 +14,14 @@ This is project directory architecture.
10
14
├── README.md
11
15
├── configs
12
16
│ ├── nvim
17
+ │ │ ├── init.lua
18
+ │ │ └── lua
13
19
│ ├── wezterm
20
+ │ │ └── wezterm.lua
14
21
│ └── zsh
22
+ │ └── config
23
+ ├── images
24
+ │ └── screen_shot.png
15
25
├── tests
16
26
│ └── FileCopierTest.php
17
27
├── tmp
@@ -21,13 +31,17 @@ This is project directory architecture.
21
31
├── FileCreator.php
22
32
├── FileRemover.php
23
33
├── Messenger.php
34
+ ├── fonts_downloader.sh
24
35
├── nvim_update_worker.php
25
36
├── wezterm_update_worker.php
26
37
└── zsh_update_worker.php
38
+
39
+ 11 directories, 15 files
27
40
```
28
41
29
42
- ` Makefile ` : run command
30
43
- ` worker ` : PHP files to update setting files
44
+ - ` worker/font_downloader.sh ` : Font downloader (will be replaced by PHP)
31
45
- ` tests ` : PHP test file
32
46
- ` configs ` : config files
33
47
You can’t perform that action at this time.
0 commit comments