You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

10
11

@@ -22,6 +23,7 @@ The setup will look for the following packages (and try to install them, if you
22
23
*`stow` to symlink several files
23
24
24
25
## Installing
26
+
25
27
Just execute `setup.sh` and keep an eye on what happens :crystal_ball:
26
28
27
29
```sh
@@ -59,16 +61,16 @@ After installing all the required packages, bundle scripts will finish their ins
59
61
You should really take a look at [`setup.sh`](./setup.sh) to see what it does. Apart from that, you may want to change the following to suit your needs:
60
62
61
63
*[Files in `shell/`](./shell/), which are most of the dotfiles
62
-
*[Files in `home/`](./home/), which will be symlinked to your home folder
63
-
*[Package lists](./common/package-lists.sh)
64
+
*[Files in `home/`](./home/), which will be symlinked to your home directory
65
+
*[Package lists](./config/package-lists.sh)
64
66
*[Bundles](./bundles/), for more details see [the guide](./bundles/about-bundles.md)
65
67
*`~/.bash*` files affixed with `.local` will be sourced (as long as they have their corresponding file in [`shell`](./shell/)
66
68
* Edit the [prompt templates](./art/prompt/templates/), or create a style for an existing one (it's as easy as changing values in a JSON file)
67
69
* Add your own [ascii art](./art/motd/) to use it as MOTD, or custom scripts in [`motd/`](./motd/); the MOTD wizard will let you pick which ones to use.
68
70
69
71
## Testing
70
72
71
-
Tests are written using [Bats](https://github.com/sstephenson/bats) and live in the [`test`](./test/)folder. To run them locally:
73
+
Tests are written using [Bats](https://github.com/sstephenson/bats) and live in the [`test`](./test/)directory. To run them locally:
0 commit comments