more testing of readme

This commit is contained in:
cnst
2024-08-18 17:27:43 +02:00
parent 210202afe5
commit 20e1f430bc
3 changed files with 133 additions and 51 deletions

View File

@@ -1,51 +1,55 @@
home/
├─ etc/
│ ├─ dconf/
├─ gtk/
├─ polkit/
└─ xdg/
├─ modules/
│ ├─ browsers/
├─ chromium/
│ └─ firefox/
├─ comm/
│ └─ discord/
├─ devtools/
│ ├─ neovim/
│ └─ vscode/
├─ gaming/
│ ├─ lutris/
│ └─ mangohud/
│ ├─ media/
├─ studio/
├─ terminal/
├─ alacritty/
│ ├─ foot/
│ ├─ kitty/
│ ├─ wezterm/
│ └─ zellij/
├─ userd/
│ ├─ copyq/
│ ├─ mako/
│ ├─ sops/
│ └─ udiskie/
├─ utils/
│ ├─ ags/
│ ├─ anyrun/
│ ├─ misc/
├─ rofi/
│ ├─ waybar/
│ └─ yazi/
└─ wm/
├─ hyprland/
│ ├─ adam/
│ ├─ cnst/
├─ toothpick/
└─ utils/
├─ hypridle/
├─ hyprlock/
└─ hyprpaper/
└─ users/
├─ adam/
├─ cnst/
└─ toothpick/
```
├── home
   ├─ etc
   │   ├── dconf
   │   ├── gtk
   │   ├── polkit
│   │   └── xdg
   ├── modules
   │   ├─ browsers
   │   │   ├── chromium
   │   │   └── firefox
   │   ├── comm
   │   │   └── discord
   │   ├── devtools
   │   │   ├── neovim
   │   │   │   └── plugins
   │   │   └── vscode
   │   ├── gaming
   │   │   ├─ lutris
   │   │   └── mangohud
   │   ├── media
   │   ├─ studio
   │   ├── terminal
   │   │   ├── alacritty
   │   │   ├── foot
   │   │   ├── kitty
   │   │   ├── wezterm
   │   │   └── zellij
   │   ├── userd
   │   │   ├── copyq
   │   │   ├── mako
   │   │   ├── sops
   │   │   └── udiskie
   │   ├── utils
   │   │   ├── ags
   │   │   ├─ anyrun
   │   │   ├── misc
   │   │   ├── rofi
   │   │   ├── waybar
   │   │   └── yazi
   │   │   └── theme
   │   └── wm
   │   ├─ hyprland
   │   │   ├── adam
   │   │   ├── cnst
   │   │   └── toothpick
   │   └── utils
│   │   ├── hypridle
│   │   ├── hyprlock
│   │   └── hyprpaper
│   └── users
│   ├── adam
│   ├── cnst
│   └── toothpick
```