initial commit

This commit is contained in:
2026-02-14 21:23:19 +01:00
commit 05316253fa
29 changed files with 1156 additions and 0 deletions

7
docs/ubuntu-specific.md Normal file
View File

@@ -0,0 +1,7 @@
## Ubuntu specific tweaks
#### Install pre-requisites
```
sudo apt install -y git ansible python3 curl i3
```
Note: Since i3 version 4.22, gaps support is included in the standard i3 package. A separate i3-gaps installation is no longer needed.