Skip to content

ViegPhunt/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

.
├── .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