Skip to content

Commit e7f8e07

Browse files
committed
📝 docs: update README.md
1 parent cf68e99 commit e7f8e07

File tree

1 file changed

+33
-18
lines changed

1 file changed

+33
-18
lines changed

README.md

Lines changed: 33 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<div align="center">
33
<img src="./.github/assets/title.png" alt="title">
44

5-
<br>
65
<br>
76

87
A Windows 11 Dotfiles Repo infused with <a href="https://catppuccin.com/">Catppuccin</a> Theme
98
<a href="https://twitter.com/intent/tweet?text=Windows%2011%20Dotfiles%20Infused%20With%20Catppuccin%20Theme&url=https://github.com/jacquindev/windots"><img src="https://img.shields.io/badge/Tweet-share-8AADF4?style=social&logo=x&logoColor=8AADF4&labelColor=302D41&color=8AADF4" alt="TWITTER"></a>&nbsp;&nbsp;
109

1110
</div>
12-
</h3>
1311

14-
<hr>
12+
<br>
13+
14+
</h3>
1515

1616
<div align="center">
1717
<p>
@@ -22,6 +22,8 @@ A Windows 11 Dotfiles Repo infused with <a href="https://catppuccin.com/">Catppu
2222
</p>
2323
</div>
2424

25+
<hr>
26+
2527
> [!IMPORTANT]
2628
> The below **screenshots** are taken on my main monitor, which has the **resolution of 3440x1440**.
2729
> Configurations in this repository seem to work seamlessly on my **1920x1080** monitors as well.
@@ -116,12 +118,12 @@ cd `your_location`
116118

117119
- In your **`Command Prompt`** console, type:
118120

119-
```cmd
120-
clink installscripts "your_location\clink\clink-custom"
121-
clink installscripts "your_location\clink\clink-completions"
122-
clink installscripts "your_location\clink\clink-gizmos"
123-
clink installscripts "your_location\clink\more-clink-completions"
124-
```
121+
```cmd
122+
clink installscripts "your_location\clink\clink-custom"
123+
clink installscripts "your_location\clink\clink-completions"
124+
clink installscripts "your_location\clink\clink-gizmos"
125+
clink installscripts "your_location\clink\more-clink-completions"
126+
```
125127

126128
- Replace _`your_location`_ with full path to where you cloned this repository.
127129

@@ -140,10 +142,11 @@ clink installscripts "your_location\clink\more-clink-completions"
140142

141143
<details open>
142144
<summary><b>🌟 Bootstrap WSL</b></summary>
145+
<br>
143146

144-
- WSL setup can be done automatically by using [Ansible](https://docs.ansible.com/ansible/latest/index.html). Any details can be found here: https://github.com/jacquindev/automated-wsl2-setup.
145-
146-
- WSL dotfiles are maintained in [this](https://github.com/jacquindev/dotfiles) repository: https://github.com/jacquindev/dotfiles.
147+
> [!IMPORTANT]
148+
> - WSL setup can be done automatically by using [Ansible](https://docs.ansible.com/ansible/latest/index.html). Any details can be found here: https://github.com/jacquindev/automated-wsl2-setup.
149+
> - WSL dotfiles are maintained in [this](https://github.com/jacquindev/dotfiles) repository: https://github.com/jacquindev/dotfiles.
147150
148151
</details>
149152
<br>
@@ -217,9 +220,8 @@ Follow the below links to download and learn to how to setup:
217220
- 🥂 Many [addons](#git-addons) for Git!
218221
- 🐱 Use [MISE](https://mise.jdx.dev/) *(mise-en-place)* to manage [development tools](https://mise.jdx.dev/dev-tools/). Learn more about `mise` here: https://mise.jdx.dev/
219222

223+
<details open>
220224
<br>
221-
222-
<details>
223225
<summary><b>🖥️ CLI/TUI Apps</b></summary>
224226

225227
| Entry | App |
@@ -233,7 +235,10 @@ Follow the below links to download and learn to how to setup:
233235

234236
</details>
235237

236-
<details>
238+
<br>
239+
240+
<details open>
241+
<br>
237242
<summary><b>🌎 Replacement</b></summary>
238243

239244
| Entry | App |
@@ -246,7 +251,10 @@ Follow the below links to download and learn to how to setup:
246251

247252
</details>
248253

249-
<details>
254+
<br>
255+
256+
<details open>
257+
<br>
250258
<summary><b>🖱️ GUI Apps</b></summary>
251259

252260
| Entry | App |
@@ -256,7 +264,10 @@ Follow the below links to download and learn to how to setup:
256264

257265
</details>
258266

259-
<details>
267+
<br>
268+
269+
<details open>
270+
<br>
260271
<summary id="git-addons"><b>📌 Git Addons</b></summary>
261272

262273
| Installer | Link | Description |
@@ -276,7 +287,11 @@ Follow the below links to download and learn to how to setup:
276287
| | **[git aliases](https://github.com/GitAlias/gitalias/blob/main/gitalias.txt)** | Include [git aliases](./config/config/gitaliases) for `git` command for faster version control. |
277288

278289
</details>
279-
<details>
290+
291+
292+
293+
<details open>
294+
<br>
280295
<summary><b>📝 Text Editor / Note Taking</b></summary>
281296

282297
- [Notepad++](https://notepad-plus-plus.org/)

0 commit comments

Comments
 (0)