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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user