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
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,17 @@ All configs including the list of libraries that will be installed can be adjust
6
6
7
7
### Mac
8
8
9
-
1. Clone or download this repo.
10
-
2. Install [homebrew](https://brew.sh/)
11
-
3. Run the ansible playbook via: `make setup`
9
+
1. Clone or download this repo to a directory
10
+
2. Set the `DOTFILES_DIR` environment variable to that directory with: `export DOTFILES_DIR=/path/to/dotfiles` or update the variable of the same name in the `Makefile`
11
+
3. Install [homebrew](https://brew.sh/)
12
+
4. Run the ansible playbook via: `make setup`
12
13
- This will create a python virtual environment using the system python and install ansible
13
14
- And then run the playbook
14
15
15
16
### Linux
16
17
17
-
1. Clone or download this repo.
18
+
1. Clone or download this repo to a directory
19
+
2. Set the `DOTFILES_DIR` environment variable to that directory with: `export DOTFILES_DIR=/path/to/dotfiles` or update the variable of the same name in the `Makefile`
18
20
2. Add the current user to the sudoers file with `sudo visudo` and `username ALL=(ALL:ALL) NOPASSWD:ALL`. Note that the entry *must* be appended to the end of the file.
19
21
3. Run the ansible playbook via: `make setup`
20
22
- This will create a python virtual environment using the system python, and install ansible
0 commit comments