https://github.com/risvn/configs
fedora+hyprland setup personal workspace with gruvbox-dark theme
https://github.com/risvn/configs
fedora-workstation hyprland-rice linux-rice nvim personal-dotfiles tmux unixporn waybar wofi
Last synced: 2 months ago
JSON representation
fedora+hyprland setup personal workspace with gruvbox-dark theme
- Host: GitHub
- URL: https://github.com/risvn/configs
- Owner: risvn
- Created: 2024-12-31T10:11:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-13T14:42:46.000Z (3 months ago)
- Last Synced: 2026-04-30T22:36:25.806Z (2 months ago)
- Topics: fedora-workstation, hyprland-rice, linux-rice, nvim, personal-dotfiles, tmux, unixporn, waybar, wofi
- Language: Shell
- Homepage:
- Size: 10.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛠️ My Dotfiles/configs
A curated collection of configuration files for a clean, fast, and productive development environment.
This includes settings for **Neovim**, **Tmux**, **Fish shell**, and various handy **shell scripts**.
---
## 📦 Contents
| Component | Description |
|-------------|--------------------------------------------------|
| `nvim/` | Neovim config (Lua-based, plugin-rich setup) |
| `tmux.conf` | Tmux configuration with productivity shortcuts |
| `fish/` | Fish shell config, aliases, and completions |
| `scripts/` | Custom shell scripts for common CLI tasks |
---
## 🚀 Features
- 🧠 IDE-like **Neovim** with LSP, auto-complete, and Treesitter
- 🔄 Seamless **Tmux** keybindings and session management
- 🐟 Friendly and fast **Fish** shell with useful aliases and functions
- 📜 Collection of small utility **shell scripts** for daily use
- 🔧 Designed to be modular and easy to install across devices
---
## 🧰 Installation
Clone the repo:
```bash
git clone https://github.com/risvn/configs.git
cd configs
```
## 🖥️ My Neovim + Tmux Workflow
Here's a quick peek at my terminal-based development environment using Tmux and Neovim:

## Installation
make the setup script executable and run it
```bash
chmod +x setup
./setup
```