https://github.com/viegphunt/dotfiles
All of my personal dotfiles
https://github.com/viegphunt/dotfiles
fastfetch ghostty hyprland nvim ohmyposh rofi stow swww tmux waybar wlogout zshrc
Last synced: 28 days ago
JSON representation
All of my personal dotfiles
- Host: GitHub
- URL: https://github.com/viegphunt/dotfiles
- Owner: ViegPhunt
- License: mit
- Created: 2025-05-01T18:14:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-14T16:53:52.000Z (4 months ago)
- Last Synced: 2026-02-15T01:01:54.867Z (4 months ago)
- Topics: fastfetch, ghostty, hyprland, nvim, ohmyposh, rofi, stow, swww, tmux, waybar, wlogout, zshrc
- Language: Lua
- Homepage:
- Size: 499 KB
- Stars: 172
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://git.io/typing-svg)
### This repository contains **all of my personal dotfiles**
## 📦 Included Configurations
This repository includes configuration for:
- **Window Managers**: `Hyprland`
- **Terminals**: `ghostty`
- **Shells**: `zsh`
- **Prompt**: `oh-my-posh`
- **Editors**: `neovim`
- **Multiplexer**: `tmux`
- **Status Bar**: `waybar`
- **Notifications**: `swaync`
- **Launcher**: `rofi`
- **Logout menu**: `wlogout`
- **Audio visualizer**: `cava`
## 📂 Structure
```plaintext
.
├── .config/
│ ├── cava/
│ ├── colors/ # Color schemes
│ ├── fontconfig/
│ ├── ghostty/
│ ├── hypr/
│ ├── nvim/
│ ├── ohmyposh/
│ ├── rofi/
│ ├── swaync/
│ ├── viegphunt/ # Personal scripts
│ ├── waybar/
│ └── wlogout/
├── .stow-local-ignore # Stow ignore list
├── .tmux.conf
├── .zshrc
├── LICENSE # License
└── README.md # This file
```