https://github.com/naps62/unix
Utility to restore my linux environments after a fresh install
https://github.com/naps62/unix
Last synced: over 1 year ago
JSON representation
Utility to restore my linux environments after a fresh install
- Host: GitHub
- URL: https://github.com/naps62/unix
- Owner: naps62
- Created: 2012-08-18T17:24:29.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-19T20:37:28.000Z (almost 13 years ago)
- Last Synced: 2025-02-05T06:46:31.988Z (over 1 year ago)
- Language: Perl
- Size: 591 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linux-restore
Utility to restore my linux environments after a fresh install
## Structure
### linux-restore
main script. Running this will apply all the implemented setup to the current user.
Usage:
linux-restore [-m ] [-c] [-y]
-m machine config to use. defaults to "default"
-y skip confirmations
-b backup every replaced file
-h show this
### files
several common files (bashrc, ssh, vim, etc). Installer creates links to them
### machines
Machine specific installations. I use not only my laptop, but also several remote machines. Here i create a folder for each different environemnt i require, each one with the specific configurations for that environment. Corresponding script is called by the top level one