-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dejan Jacimovic
authored
Feb 25, 2022
1 parent
475b3ec
commit 3cd24f0
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Setup | ||
|
||
On the newly installed Mac OS, run the following commands: | ||
``` | ||
git clone git@github.com:stuntcoders/stunt_dev_setup.git | ||
cd stunt_dev_setup | ||
bash install.sh | ||
``` | ||
|
||
# Manuly required actions | ||
|
||
Open iTerm preferences: | ||
1. Go to Profiles > Text > Font, choose: `Source Code Pro`; | ||
2. Go to Profiles > Colors > Color Presets..., choose: "Import", and import `Ayu Mirage` from home folder; | ||
3. Go to Profiles > Window, set columns to: 200, rows: 50 |