Initial commit

Dotfiles managed with GNU Stow: Hyprland (Lua config), Neovim, zsh,
tmux, ghostty, alacritty, waybar, yazi, lazygit, herdr, Claude Code.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-12 17:51:29 +02:00
commit 4eb93b7640
75 changed files with 3783 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# DOTFILES
Using GNU Stow to manage dotfiles.
## Prerequisites
- Git
- ```sudo apt install git```
- Stow
- ```sudo apt install stow```
## Usage
To apply configs use ```stow [config_name]``` from the dotfiles directory.
Each application has its own folder which means no top level config files. This to apply them one by one. This means I can no longer ```stow .``` as this would mess with the structure.
## Install script
WIP
Based on [this dotfiles repo](https://github.com/Piotr1215/dotfiles/blob/master/install.sh)