9c5d01e242fd22f414475adf1003e6e78fb38668
flyt alle configs ind i stow_me/ mappe Omstrukturerer repo så stow kan bruges korrekt med en dedikeret stow_me/ mappe som kilde, i stedet for roden af repo.
Installation (stow on Linux)
Assuming the repository is already present locally (e.g., at ~/.dotfiles):
git clone https://codeberg.org/GlennIgen/.dotfiles.git
- From the repo root, run:
cd ~/.dotfiles
stow .
- Running
stow .from the repo root is sufficient; no--targetis needed. - Preview changes with
stow -n .before applying.
- Optional — set fish as your login shell:
chsh -s "$(which fish)" "$USER"
Notes:
- Resolve any file conflicts before running
stow(move or remove existing files). - This repository is private; manage updates using your preferred method.
Description
Languages
Shell
100%