An open API service indexing awesome lists of open source software.

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 .

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'