File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,15 @@ A script for quickly setting up a development environment on the new Macbook. Th
12
12
13
13
## Installation
14
14
15
- You can start the installation with a single command:
15
+ It's highly recommended to clone this repository and manually run the install script, like this:
16
+
17
+ ```
18
+ git clone https://github.com/lk-geimfari/macbook.git
19
+ cd macbook && chmod +x install.sh
20
+ ./install.sh
21
+ ```
22
+
23
+ or you can run remote script file with a single command like this:
16
24
17
25
``` bash
18
26
bash <( curl https://git.io/JD1xV -sSfL)
@@ -24,6 +32,8 @@ which is shortened version of:
24
32
bash <( curl https://raw.githubusercontent.com/lk-geimfari/macbook/exec/install.sh -sSf)
25
33
```
26
34
35
+ ` exec ` is a stable branch which means it can be outdated in comparison with a ` master ` .
36
+
27
37
## License
28
38
29
39
Mimesis is licensed under the MIT License. See [ LICENSE] ( LICENSE ) for more information.
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ if inquire "🍺 Do you want to install productivity apps (y/n)?"; then
95
95
fi
96
96
97
97
if inquire " ⚙️ Do you want to install Brave Browser (y/n)?" ; then
98
- success " 🦁 Installing Mozilla Brave Browser..."
98
+ success " 🦁 Installing Brave Browser..."
99
99
brew install --cask brave-browser
100
100
fi
101
101
else
You can’t perform that action at this time.
0 commit comments