Skip to content

imago/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Meine persönlichen Konfigurationsdateien, verwaltet mit GNU Stow unter macOS.

Voraussetzungen

brew install stow

Installation

cd ~
git clone https://github.com/imago/dotfiles.git .dotfiles
cd .dotfiles

Konfigurationen aktivieren

Einzelne Pakete

stow zsh
stow git

Alles (optional)

stow .

Struktur

Die Ordnerstruktur spiegelt den Zielpfad relativ zu ~ wider:

.dotfiles/
├── git/                # Symlinks nach ~
│   └── .gitconfig
└── zsh/
    └── .zshrc

Wichtige Befehle

Aktion Befehl
Paket aktivieren stow
Paket entfernen stow -D
Neu verlinken stow -R
Testlauf (dry-run) stow -n -v

⚠️ Fehlerbehebung

Wenn Zieldateien bereits existieren (z. B. ~/.zshrc), verschiebe oder lösche sie und führe Stow erneut aus:

mv ~/.zshrc ~/.zshrc.bak
stow zsh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors