https://github.com/jonasgroeger/dotsync
A small script that updates your dotfiles from a vcs repository.
https://github.com/jonasgroeger/dotsync
Last synced: about 2 months ago
JSON representation
A small script that updates your dotfiles from a vcs repository.
- Host: GitHub
- URL: https://github.com/jonasgroeger/dotsync
- Owner: JonasGroeger
- Created: 2012-10-31T13:27:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-31T13:41:28.000Z (over 12 years ago)
- Last Synced: 2025-01-18T12:14:24.529Z (3 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotSync
## Usage
To use this script, put any dotfiles (.bashrc and alike) in the same directory as the script.py. **Use a text editor to edit the files you want to sync.**It should look somewhat like this:
.
├── .bash_aliases
├── .bash_functions
├── .bashrc
├── .bash_ssh
├── .gitconfig
├── .hgrc
├── .inputrc
├── .minttyrc
├── .pythonstartup
└── .vimrcThen, execute setup.py by:
chmod +x setup.py
./setup.pyThis will ask you for confirmation and then overwrite all specified dotfiles in the home directory "~".
## License
The script is licensed under [CC-BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/de/).