Files
.dotfiles/README.md
T

22 lines
609 B
Markdown
Raw Normal View History

2025-12-02 19:42:11 +01:00
## Installation (stow on Linux)
Assuming the repository is already present locally (e.g., at ~/.dotfiles):
2026-04-17 08:18:08 +02:00
- `git clone https://codeberg.org/GlennIgen/.dotfiles.git`
2025-12-02 19:42:11 +01:00
1. From the repo root, run:
```
cd ~/.dotfiles
stow .
```
- Running `stow .` from the repo root is sufficient; no `--target` is needed.
- Preview changes with `stow -n .` before applying.
2. 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.