Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laspavel/dotfiles
- Owner: laspavel
- License: mit
- Created: 2022-09-25T18:48:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T12:00:06.000Z (9 months ago)
- Last Synced: 2024-04-22T13:49:46.663Z (9 months ago)
- Topics: almalinux, bash, bashrc, containers, debian, docker, dotfiles, fedora, linux, oraclelinux, rockylinux, shell, ubuntu
- Language: Vim Script
- Homepage:
- Size: 1.98 GB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```