Configuration fragments
Find a file
2024-07-26 14:33:01 +02:00
core Synchronize AstroNvim template with upstream 2024-07-26 14:33:01 +02:00
extra Prefix scripts with comma for a unique namespace 2024-07-06 16:55:33 +02:00
scripts Prefix scripts with comma for a unique namespace 2024-07-06 16:55:33 +02:00
staging Change from starship to powerlevel10k 2024-05-20 20:41:40 +02:00
.editorconfig Change from starship to powerlevel10k 2024-05-20 20:41:40 +02:00
.gitignore Change from starship to powerlevel10k 2024-05-20 20:41:40 +02:00
.pre-commit-config.yaml Synchronize AstroNvim template with upstream 2024-07-26 14:33:01 +02:00
.stylua.toml Makefile for linting/formatting and basic install 2022-11-29 12:22:04 +01:00
LICENSE Remove outdated config fragments 2024-04-09 12:40:15 +02:00
Makefile JournalD logging functions for zsh 2024-06-13 09:10:46 +02:00
README.md Change from starship to powerlevel10k 2024-05-20 20:41:40 +02:00

Linking

The core, extra, or staging directories are designed to be used with GNU stow.

Using GNU Stow
stow -d "$REPO/{core,extra,staging}" -t "$HOME" -S package…

Examples

git clone --depth=1 --branch=main -- https://betaco.de/strom/dotfiles.git
stow -d "./dotfiles/core" -t "$HOME" -S tmux readline
  1. ~/.inputrc 🡒 ./dotfiles/core/readline/.inputrc
  2. ~/.config/tmux/tmux.conf 🡒 ./dotfiles/core/tmux/.config/tmux.conf

Notes

Directories in staging may be disappeared at any time.

Please don't upload to GitHub