Files
joakim 4eb93b7640 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>
2026-08-12 18:02:28 +02:00

19 lines
536 B
Markdown

# 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)