56 lines
1.9 KiB
Markdown
56 lines
1.9 KiB
Markdown
```
|
|
├── 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
|
|
```
|