Skip to content

dbremont/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📂 configs

This repository contains my personal configuration files, organized for easy management and deployment across multiple systems.

Demo

fzf, tldr pages, ctlr + r, j (autojump)

📌 Structure

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.

🚀 Installation Guide

- ./bootstrap.zsh  # 🛠️ Entry point (Installer)

⚙️ Usage

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

References

About

My configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published