Skip to content

Commit ba95e80

Browse files
committed
update readme
1 parent 11a4a22 commit ba95e80

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# dotfiles
22
This Repository is config files updater which I often use with my work.
33

4+
## Screen Shot
5+
6+
![screen shot](./images/screen_shot.png)
7+
48
## Architecture
59
This is project directory architecture.
610

@@ -10,8 +14,14 @@ This is project directory architecture.
1014
├── README.md
1115
├── configs
1216
│   ├── nvim
17+
│   │   ├── init.lua
18+
│   │   └── lua
1319
│   ├── wezterm
20+
│   │   └── wezterm.lua
1421
│   └── zsh
22+
│   └── config
23+
├── images
24+
│   └── screen_shot.png
1525
├── tests
1626
│   └── FileCopierTest.php
1727
├── tmp
@@ -21,13 +31,17 @@ This is project directory architecture.
2131
├── FileCreator.php
2232
├── FileRemover.php
2333
├── Messenger.php
34+
├── fonts_downloader.sh
2435
├── nvim_update_worker.php
2536
├── wezterm_update_worker.php
2637
└── zsh_update_worker.php
38+
39+
11 directories, 15 files
2740
```
2841

2942
- `Makefile`: run command
3043
- `worker`: PHP files to update setting files
44+
- `worker/font_downloader.sh`: Font downloader (will be replaced by PHP)
3145
- `tests`: PHP test file
3246
- `configs`: config files
3347

images/screen_shot.png

167 KB
Loading

0 commit comments

Comments
 (0)