https://github.com/diegokoes/dotfiles
dotfiles configs backed up using stow+git .
https://github.com/diegokoes/dotfiles
archlinux-dotfiles backup dotfiles git stow
Last synced: 2 months ago
JSON representation
dotfiles configs backed up using stow+git .
- Host: GitHub
- URL: https://github.com/diegokoes/dotfiles
- Owner: diegokoes
- Created: 2025-07-24T23:25:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T21:47:23.000Z (3 months ago)
- Last Synced: 2026-04-03T23:25:34.618Z (3 months ago)
- Topics: archlinux-dotfiles, backup, dotfiles, git, stow
- Language: Lua
- Homepage:
- Size: 5.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stow (steps)
- **Copy config into the dotfiles repo*
```
→ mkdir -p hypr/.config
→ cp -r ~/.config/hypr hypr/.config/
```
- **Backup original config**
```
→ mv ~/.config/hypr ~/.config/hypr.bak
```
- **Symlink with Stow**
```
→ cd ~/dotfiles
→ stow hypr
```
- - -
- ¡Don't add .git or .ssh stuff! it doesn't encrypt /!TO DO LOOK UP HOW TO BACK UP THAT WITH ENCRYPTION !\
- Stow takes always the ~/ reference, to change it -> -t 'path'