An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Typing SVG](https://readme-typing-svg.demolab.com?font=JetbrainsMono+Nerd+Font&weight=600&size=35&duration=2000&pause=2000&color=F7F7F7&width=435&lines=ViegPhunt's+Dotfiles)](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
```