File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ cp -r zsh/. $HOME && rm -rf zsh
12
12
chsh -s /bin/zsh
13
13
```
14
14
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
+
15
27
16
28
## Arch Dependencies
17
29
- zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos
@@ -38,4 +50,4 @@ chsh -s /bin/zsh
38
50
- https://github.com/Mach-OS/Machfiles/blob/master/zsh
39
51
- https://github.com/ChrisTitusTech/zsh
40
52
- 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
You can’t perform that action at this time.
0 commit comments