Merge pull request #21 from cnsta/readme2

more testing of readme
This commit is contained in:
cnsta
2024-08-18 17:28:24 +02:00
committed by GitHub
3 changed files with 133 additions and 51 deletions

View File

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

6
hosts/README.md Normal file
View File

@@ -0,0 +1,6 @@
```
├── hosts
│   ├── adampad
│   ├── cnix
│   └── toothpc
```

72
system/README.md Normal file
View File

@@ -0,0 +1,72 @@
```
└── system
├── boot
│   └── lanzaboote
├── etc
│   ├── dconf
│   ├── fonts
│   ├── locale
│   ├── security
│   ├── xdg
│   ├── xserver
│   │   ├── amd
│   │   │   └── hhkbse
│   │   └── nvidia
│   ├── zram
│   └── zsh
├── modules
│   ├── gaming
│   │   ├── gamemode
│   │   ├── gamescope
│   │   ├── lutris
│   │   └── steam
│   ├── gui
│   │   ├── gnome
│   │   └── hyprland
│   ├── hardware
│   │   ├── bluetooth
│   │   ├── graphics
│   │   │   ├── amd
│   │   │   └── nvidia
│   │   └── logitech
│   ├── network
│   ├── studio
│   │   ├── blender
│   │   ├── gimp
│   │   └── inkscape
│   ├── sysd
│   │   ├── blueman
│   │   ├── dbus
│   │   ├── fwupd
│   │   ├── gnome-keyring
│   │   ├── greetd
│   │   ├── gvfs
│   │   ├── locate
│   │   ├── mullvad
│   │   ├── pipewire
│   │   ├── powerd
│   │   ├── samba
│   │   ├── sops
│   │   ├── ssh
│   │   ├── udisks
│   │   └── xserver
│   │   ├── amd
│   │   │   └── hhkbse
│   │   └── nvidia
│   └── utils
│   ├── android
│   ├── anyrun
│   ├── corectrl
│   ├── microfetch
│   └── nix-ld
└── nix
├── home-manager
├── nh
│   ├── adampad
│   ├── cnix
│   └── toothpc
├── nixpkgs
├── shell
└── substituters
```