https://github.com/ar10dev/.dotfiles
This repository contains my personal dotfiles managed with GNU Stow
https://github.com/ar10dev/.dotfiles
dotfiles ghostty hyprland starship waybar zsh
Last synced: 6 months ago
JSON representation
This repository contains my personal dotfiles managed with GNU Stow
- Host: GitHub
- URL: https://github.com/ar10dev/.dotfiles
- Owner: AR10Dev
- Created: 2023-04-18T13:22:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T20:22:25.000Z (7 months ago)
- Last Synced: 2025-03-10T21:26:52.948Z (7 months ago)
- Topics: dotfiles, ghostty, hyprland, starship, waybar, zsh
- Language: CSS
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This repository contains my personal dotfiles for various terminal applications and tools, managed with GNU Stow.
## 📦 What's Included
- 🐱 **kitty**: Terminal emulator configuration with Catppuccin Mocha theme
- 👻 **ghostty**: Alternative terminal emulator settings
- 🚀 **starship**: Cross-shell customizable prompt with colorful segments
- 🎨 **ohmyposh**: Prompt theme engine with customizable segments and icons
- 📟 **tmux**: Terminal multiplexer with custom key bindings and settings
- 🐚 **zsh**: Z shell configuration with zinit plugin manager
- 📊 **waybar**: Highly customizable Wayland status bar
- 🔔 **dunst**: Lightweight notification daemon with customizable appearance## 🔧 Requirements
- [GNU Stow](https://www.gnu.org/software/stow/) - Symlink farm manager
## 💾 Installation
1. Clone this repository:
```bash
git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
```2. Use GNU Stow to symlink the configurations you want:
```bash
# Example: to install zsh configuration
stow zsh# For tmux
stow tmux# For kitty
stow kitty
# For ohmyposh
stow ohmyposh# For all configurations
stow */
```## 🎨 Terminal Theme
The configurations use the Catppuccin Mocha theme for a consistent look across applications.
## ⚙️ Customization
Feel free to fork this repository and modify any configuration files to suit your preferences.