@@ -9,18 +9,32 @@ Continuous change is to be expected...
99</div>
1010```
1111
12+ [ ![ ShellCheck] ( https://github.com/AlexvZyl/.dotfiles/workflows/ShellCheck/badge.svg )] ( https://github.com/AlexvZyl/.dotfiles/actions?workflow=ShellCheck )
13+ ![ Size] ( https://img.shields.io/github/repo-size/AlexvZyl/.dotfiles?style=flat )
14+
15+ ![ image] ( https://github.com/user-attachments/assets/63023f2f-cb27-4383-a8a2-72e574837406 )
16+ ![ image] ( https://github.com/user-attachments/assets/c5f57798-55ed-48b0-a5e0-36afdf1bce42 )
17+ <details >
18+ <summary >Lock screen</summary >
19+
20+ ![ image] ( https://github.com/user-attachments/assets/4883b6af-5ab8-4dd0-a764-4ea29f857c48 )
21+
22+ </details >
23+
24+ <details >
25+ <summary >Old Single Bar config</summary >
26+
1227![ image] ( https://github.com/AlexvZyl/.dotfiles/assets/81622310/6b87665e-7b22-459f-8fed-50dbbb50f95d )
1328![ image] ( https://github.com/AlexvZyl/.dotfiles/assets/81622310/a6fe2b0b-29c4-45ec-a4cb-2e348a6d1a1d )
1429
15- <details >
30+ </ details >
1631
32+ <details >
1733<summary >Old Two Bar Config</summary >
18-
34+
1935![ image] ( https://github.com/AlexvZyl/.dotfiles/assets/81622310/09d5adbe-63fb-435a-824f-39fca06e56d8 )
2036![ image] ( https://github.com/AlexvZyl/.dotfiles/assets/81622310/55c6780d-00c6-451e-9066-0a2365c4d7a9 )
2137
22- [ ![ ShellCheck] ( https://github.com/AlexvZyl/.dotfiles/workflows/ShellCheck/badge.svg )] ( https://github.com/AlexvZyl/.dotfiles/actions?workflow=ShellCheck )
23- ![ Size] ( https://img.shields.io/github/repo-size/AlexvZyl/.dotfiles?style=flat )
2438</details >
2539
2640</div >
@@ -33,59 +47,6 @@ The configuration files for my NixOS (Linux) desktop.
3347> [ !NOTE]
3448> The old Arch Linux dotfiles can be found on the [ archlinux branch] ( https://github.com/AlexvZyl/.dotfiles/tree/archlinux ) .
3549
36- <!--
37-
38- # Full Installation
39-
40- To install everything, simply copy and paste this into the terminal. User input is requested at various stages.
41-
42- > [!NOTE]
43- > This script assumes that you have a working Arch X11/i3 installation. Remember to choose i3 at the login screen.
44-
45- > [!WARNING]
46- > Works on my machine.
47-
48- ```bash
49- curl -s https://raw.githubusercontent.com/AlexvZyl/.dotfiles/main/.scripts/install/bootstrap.sh > ~/bootstrap.sh
50- chmod +x ~/bootstrap.sh && ~/bootstrap.sh && rm ~/bootstrap.sh
51- reboot
52- ```
53- -->
54-
55- <!--
56- # Minimal Installation
57-
58- Sometimes I just want to get work done on a Linux machine. A minimal installation can be done with:
59-
60- ```bash
61- curl -s https://raw.githubusercontent.com/AlexvZyl/.dotfiles/main/.scripts/install/minimal_workspace.sh > ~/bootstrap.sh
62- chmod +x ~/bootstrap.sh && ~/bootstrap.sh && rm ~/bootstrap.sh
63- ```
64- And to update:
65- ```bash
66- workspace-git fetch
67- workspace-git pull
68- ```
69-
70- <details>
71-
72- <summary>⚙️ Components</summary>
73-
74- </br>
75-
76- - Neovim
77- - Kitty
78- - Tmux
79- - Fonts
80- - Fish
81- - Scripts
82- - exa
83- - bat
84-
85- </details>
86-
87- -->
88-
8950# Privacy and Security
9051
9152Although I like making it look as nice as possible, these dotfiles also try to be private and secure. This is a journey, not a destination, and I am open to any input.
@@ -173,10 +134,9 @@ A few notes on the bindings:
173134
174135The config can be found [ here] ( https://github.com/AlexvZyl/nvim ) .
175136
137+ <!--
176138---
177-
178139<div align="center">
179-
180140*These dotfiles were briefly featured in a [TechHut Video](https://youtu.be/7NLtw26qJtU?t=789).*
181-
182141</div>
142+ -->
0 commit comments