Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laspavel/dotfiles

My dotfiles and personal preferences for OracleLinux, Debian, Ubuntu, Fedora, AlmaLinux, RockyLinux
https://github.com/laspavel/dotfiles

almalinux bash bashrc containers debian docker dotfiles fedora linux oraclelinux rockylinux shell ubuntu

Last synced: 20 days ago
JSON representation

My dotfiles and personal preferences for OracleLinux, Debian, Ubuntu, Fedora, AlmaLinux, RockyLinux

Awesome Lists containing this project

README

        

# dotfiles

Dotfiles for my start.

**Requirements:**
* Git
* Zip
* if required backup all gnome configs with password - add password to .pass

**Usage Backup Mode:**
```
bootstrap.sh --backup
```
or add /etc/cron.d/backup_dotfiles:
```
00 14 * * * laspavel cd /home/laspavel/_/dotfiles/ && ./bootstrap.sh --backup
```

**Usage Restore Mode:**
```
bootstrap.sh
```