This repository contains my personal configuration files, organized for easy management and deployment across multiple systems.
fzf
, tldr
pages, ctlr + r
, j
(autojump)
Our configuration system is structured to maintain flexibility and consistency across different environments. We categorize configurations into two main types:
- global/ – Shared configurations applicable across all environments.
- local/ – Machine-specific settings tailored to individual workstations.
- bin/ – Custom scripts and executable utilities to enhance workflow.
- ./bootstrap.zsh # 🛠️ Entry point (Installer)
Leverage GNU Stow or manual symlinking to apply configurations efficiently.
cd ~ && git clone https://github.com/dbremont/configs
stow -Sv <group>
## Global
cd global
stow -v -R config --target=$HOME/.config
stow -v -R shell --target=$HOME
## Local
cd local