Skip to content

Commit

Permalink
No longer limited to Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Aug 9, 2013
1 parent 37d5f34 commit ec649fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Mackup

Keep your Mac application settings in sync.
Keep your application settings in sync.

## Quickstart

Install [Dropbox](http://www.dropbox.com/) first, it's needed.

On your current Mac:
On your current workstation:
```bash
# Download Mackup
curl -o mackup https://raw.github.com/lra/mackup/master/mackup.py
Expand All @@ -20,7 +20,7 @@ chmod +x mackup

You're all set, and constantly backuped from now on.

Next, on any new Mac, install Dropbox and do:
Next, on any new workstation, install Dropbox and do:
```bash
# Download Mackup
curl -o mackup https://raw.github.com/lra/mackup/master/mackup.py
Expand Down Expand Up @@ -125,15 +125,15 @@ When you launch `mackup backup`, here's what it's really doing:
1. `rm ~/.gitconfig`
1. `ln -s ~/Dropbox/Mackup/.gitconfig ~/.gitconfig`

Now your `git` config is always backup and up to date on all your Macs.
Now your `git` config is always backup and up to date on all your workstations.

### Restore

When you launch `mackup restore`, here's what it's really doing:

1. `ln -s ~/Dropbox/Mackup/.gitconfig ~/.gitconfig`

That's it, you got your `git` config setup on your new Mac.
That's it, you got your `git` config setup on your new workstation.

`mackup` does the same for any supported application.

Expand Down Expand Up @@ -243,7 +243,7 @@ You can add your favorite application by forking it and doing a

Open a [new issue](https://github.com/lra/mackup/issues).

## How can I tell Mackp to sync only one or two application ?
## How can I tell Mackup to sync only one or two application ?

In your home folder, create a file named `.mackup.cfg` and add the application
names to ignore in the `Allowed Applications` section, one by line.
Expand Down

0 comments on commit ec649fb

Please sign in to comment.