https://github.com/rlvelte/velinux
My opinionated openSUSE configuration and the vlx utility suite for theme management and some other tasks.
https://github.com/rlvelte/velinux
dotfiles opensuse quickshell ricing
Last synced: 4 days ago
JSON representation
My opinionated openSUSE configuration and the vlx utility suite for theme management and some other tasks.
- Host: GitHub
- URL: https://github.com/rlvelte/velinux
- Owner: rlvelte
- License: mit
- Created: 2026-03-12T22:35:08.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-07-18T18:01:25.000Z (6 days ago)
- Last Synced: 2026-07-20T14:32:16.091Z (4 days ago)
- Topics: dotfiles, opensuse, quickshell, ricing
- Language: Go
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# VeLinux - Opinionated openSUSE Configuration
My very own opinionated openSUSE dotfiles featuring a curated selection of packages,
system configurations, and the `vlx` utility suite for theme management and more.
> [!IMPORTANT]
> This is not a plug-and-play setup!
> Some manual linking and configuration is still required. Most configurations also work on other Linux distributions, but I couldn't be bothered to validate this.
## Repository Structure
The repository mirrors the target filesystem for clarity:
```
velinux/
├── config/
│ ├── environment.d/ # Environment variables
│ ├── eza/ # Fancy ls
│ ├── git/ # Git configuration
│ ├── hypr/ # Hyprland window manager
│ ├── kitty/ # Terminal emulator
│ ├── mako/ # Notification daemon
│ ├── mango/ # Mangowm window manager
│ ├── quickshell/ # Desktop shell
│ ├── sway/ # Sway window manager
│ ├── systemd/ # User scoped systemd services
│ ├── vlx/ # Configuration files for vlx
│ └── zsh/ # Shell configuration
│
├── etc/
│ ├── greetd/ # Graphical greeter
│ ├── keyd/ # Key remapping
│ └── systemd/ # System scoped systemd services
│
├── vlx/
│ ├── ...
│ └── Makefile # Build and install for vlx
│
├── LICENSE.md
└── README.md
```
---
Maintained with ❤️ (and maybe a little laziness)