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
curl -L http://git.io/curiouslearner-setup-mac | sh
36
+
```
37
+
38
+
### 3. Set macOS defaults (optional)
21
39
22
-
This [script](setup/osx_defaults.sh) will help you add some defaults to your mac.
40
+
```shell
41
+
sh setup/osx_defaults.sh
42
+
```
43
+
44
+
### 4. Create symlinks
23
45
24
-
### Installing dotfiles
46
+
This creates symbolic links from your home directory to the dotfiles, keeping everything maintainable in git:
47
+
48
+
```shell
49
+
sh bootstrap.sh
50
+
```
25
51
26
-
Once you have installed basics software and libraries, you can install the dotfiles, by cloning this repo into `~/dotfiles` and symlinking the files inside it to your home directory `~`. Symlinking helps keep all your dotfiles maintainable inside a git repo, while being functional at the same time.
0 commit comments