Some of my personal DOT files for Linux
| Category | Description |
|---|---|
| Customizing & Theming | |
| alacritty | Terminal emulator |
| conky | Systemmonitoring |
| fastfetch | Systeminfos in your terminal with style |
| starship | Custom terminal promts |
| yazi | Fanzy terminal file manager |
My personal config file for the terminal alacritty.

cp alacritty.toml ~/.config/alacritty/My personal config for the system monitor conky.
Copy the files to ~/.config/conky/
| File | Description |
|---|---|
| conky_backup_vm.conf | Shows stats for running VMs, Containers, Pods and my latest Backups |
| conky.conf | Main conky config file |
| conky_start.sh | Start script for conky |
| vm_mon.sh | Script to monitor all running VMs, containers and Pods |
My personal config for fastfetch.
cp config.jsonc ~/.config/fastfetch/| File | Description |
|---|
Config file for starship.
cp starship.toml ~/.config/My configuration files for the terminal file manager yazi.
Copy the files to $home/.config/yazi und run yazi.
| File | Description |
|---|---|
| yazi.toml | Basic yazi config |
| theme.toml | Theme configuration |
| package.toml | - |
| init.lua | - |
| preview/code.lua | Used to display syntax highlighting |
| preview/image.lua | Used to display images in yazi |
| preview/markdown.lua | Used to display markdown files |
| preview/utils.lua | - |
Caution
Preview issue > #3