https://github.com/r3morce/dotfiles-cachyos
CachyOS dotfiles - Wezterm, Zsh, and Starship configurations
https://github.com/r3morce/dotfiles-cachyos
archlinux cachyos dotfiles dotfiles-linux linux prompt shell starship terminal-customization wezterm zsh
Last synced: 3 months ago
JSON representation
CachyOS dotfiles - Wezterm, Zsh, and Starship configurations
- Host: GitHub
- URL: https://github.com/r3morce/dotfiles-cachyos
- Owner: r3morce
- Created: 2025-10-25T18:44:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-26T10:28:09.000Z (5 months ago)
- Last Synced: 2025-10-26T12:23:36.056Z (5 months ago)
- Topics: archlinux, cachyos, dotfiles, dotfiles-linux, linux, prompt, shell, starship, terminal-customization, wezterm, zsh
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles Management with GNU Stow
**Simple, clean, and portable dotfiles using GNU Stow and symlinks.**
---
## Prerequisites
### CachyOS/Arch Installation
```bash
# Core tools
sudo pacman -S zsh wezterm neovim git stow
# Powerlevel10k theme
yay -S zsh-theme-powerlevel10k-git
# Set Zsh as default shell
chsh -s $(which zsh)
```
---
## Setup
```bash
# Clone and navigate to dotfiles
git clone https://github.com/r3morce/dotfiles-cachyos.git dotfiles-cachyos
cd dotfiles-cachyos
```
---
## Installation
```bash
stow --target=$HOME zsh p10k nvim wezterm
```
---
## Overview
GNU Stow creates symbolic links from your home directory to files in this repository:
| Package | Source (Repo) | Target (Home) |
|---------|---------------|---------------|
| `zsh` | `zsh/.zshrc` | `~/.zshrc` |
| `p10k` | `p10k/.p10k.zsh` | `~/.p10k.zsh` |
| `nvim` | `nvim/.config/nvim/` | `~/.config/nvim/` |
| `wezterm` | `wezterm/wezterm.lua` | `~/.config/wezterm/wezterm.lua` |