Skip to content

Commit 82a685e

Browse files
Update README.md
1 parent df4f5b3 commit 82a685e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ cp -r zsh/. $HOME && rm -rf zsh
1212
chsh -s /bin/zsh
1313
```
1414

15+
## Setup MacOS (iTerm)
16+
```
17+
brew install font-fira-code --cask
18+
brew install exa
19+
20+
mkdir "$HOME/.cache"
21+
touch "$HOME/.cache/zshhistory"
22+
git clone https://github.com/patrickdobler/zsh
23+
rm -rf ./zsh/.git ./zsh/README.md
24+
cp -r zsh/. $HOME && rm -rf zsh
25+
```
26+
1527

1628
## Arch Dependencies
1729
- zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos
@@ -38,4 +50,4 @@ chsh -s /bin/zsh
3850
- https://github.com/Mach-OS/Machfiles/blob/master/zsh
3951
- https://github.com/ChrisTitusTech/zsh
4052
- https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/archlinux/archlinux.plugin.zsh
41-
- https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/common-aliases/common-aliases.plugin.zsh
53+
- https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/common-aliases/common-aliases.plugin.zsh

0 commit comments

Comments
 (0)