Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

MohammedEsafi/FOLDSettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FOLDSettings

Python script to Save settings in a local database

This directory contains a script, drive.py, for push and restore your Files

Configuring

it's easy to set up, first remove my locale.db file from cloning content

All the configuration is done in a file named .config.ini stored at the root of your home folder.

To configure this script, create a file named .config.ini in your home directory.

In the file ~/.config.ini. add the files names to allow in the [FILES_TO_SYNC] section That you want to save in database, one by line.

[FILES_TO_SYNC]
~/.bash_profile
~/.config.ini
~/.gitconfig
~/.gitignore
~/.inputrc
~/.vimrc
~/.vim/colors/ayu.vim
~/.zshrc
~/init/resetup.sh
~/init/cleaner.sh
~/Library/Application Support/Code/User/settings.json
~/Library/Preferences/com.googlecode.iterm2.plist
~/Library/Fonts/Roboto Mono for Powerline.ttf

Running

After the configuration file you now can run the script

$ python3 drive.py --help

Note

The database name is locale.db. stored at the root of your repository

About

Save your dot-files on sqlite database

Resources

License

Stars

Watchers

Forks

Languages