Configuration fragments
Go to file
Thorsten Schubert bb8630acbd
Add pane input locking to tmux
2024-03-19 13:41:55 +01:00
assorted Remove old scripts and add some git config options 2024-03-18 11:24:16 +01:00
core Add pane input locking to tmux 2024-03-19 13:41:55 +01:00
extra Make git alias.conf optional by moving to extra 2024-02-17 16:50:44 +01:00
scripts Remove old scripts and add some git config options 2024-03-18 11:24:16 +01:00
staging AstroNvim user configuration 2023-11-06 13:09:35 +01:00
systemd Add zsh configuration fragments 2022-12-31 17:09:34 +01:00
.editorconfig Garbage collect mapping tables 2023-10-01 14:15:24 +02:00
.gitignore Add NvChad configuration and deprecate LunarVim 2023-09-24 07:11:30 +02:00
.pre-commit-config.yaml Replace update-repos script with separate binary 2023-10-14 12:17:37 +02:00
.stylua.toml Makefile for linting/formatting and basic install 2022-11-29 12:22:04 +01:00
LICENSE Move old systemd units to staging 2022-05-17 21:39:41 +02:00
Makefile Add CI 2023-09-12 14:23:14 +02:00
README.md Source .profile.local if it exists 2023-05-09 07:39:16 +02:00

Linking

The core, extra, or staging 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