dblume commited on 2024-11-20 16:39:36
Showing 2 changed files, with 4 additions and 4 deletions.
... | ... |
@@ -38,15 +38,15 @@ Run the following: |
38 | 38 |
dotfiles$ tar -xvf dotfiles.tar |
39 | 39 |
dotfiles$ rm dotfiles.tar |
40 | 40 |
|
41 |
-Then, when you run `setup.sh`, it'll backup your changed files to `backup_of_dotfiles_<date>` |
|
41 |
+Then, when you run `setup`, it'll backup your changed files to `backup_of_dotfiles_<date>` |
|
42 | 42 |
and replace them with the ones here. You can perform a **dry run** to see which files will |
43 | 43 |
be changed by passing the "-n" parameter. |
44 | 44 |
|
45 |
- ./setup.sh -n |
|
45 |
+ ./setup -n |
|
46 | 46 |
|
47 |
-If you approve of the changes, then just run `setup.sh` |
|
47 |
+If you approve of the changes, then just run `setup` |
|
48 | 48 |
|
49 |
- ./setup.sh |
|
49 |
+ ./setup |
|
50 | 50 |
|
51 | 51 |
See [config.dlma.com](http://config.dlma.com) for more. |
52 | 52 |
|