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/
│ ├─ 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
```

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
```