33## Terimal
44------------------------------------------------------------------------
55
6+ ### homebrew
7+
8+ Install homebrew (https://brew.sh/)[https://brew.sh/ ]
9+ https://docs.brew.sh/Installation
10+
611### zsh + dotfiles
712
813Zsh https://ohmyz.sh/#install
914
1015### clone dotfiles
1116
12- ``` bash
17+ ``` sh
1318cd ~
1419git clone https://github.com/imdevan/dotfiles.git
1520```
1621
1722### connect zsh
1823
19- todo: can i use stow for this?
20- todo: i can move this to a setup script
21-
22- ```
23- echo 'source ~/dotfiles/config/.zshrc' > ~/.zshrc
24+ ``` sh
25+ cd ~ /dotfiles/config/stow
26+ stow -t ~ / zsh
2427```
2528
26- ### homebrew
27-
28- Install homebrew (https://brew.sh/)[https://brew.sh/ ]
29- https://docs.brew.sh/Installation
30-
3129### ghostty
3230
3331https://ghostty.org/download
34- ```
32+
33+ ``` sh
3534brew install --cask ghostty
3635```
3736### theme - oh-my-posh
3837https://ohmyposh.dev/docs/installation/macos
3938brew install jandedobbeleer/oh-my-posh/oh-my-posh
4039
4140### font
42- brew install --cask font-fira-code-nerd-font
4341
42+ ``` sh
43+ brew install --cask font-fira-code-nerd-font
44+ ```
4445
4546## Editors
4647------------------------------------------------------------------------
@@ -53,7 +54,7 @@ https://code.visualstudio.com/
5354
5455disable the Apple press and hold for VSCode and Cursor
5556
56- ```
57+ ``` sh
5758defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
5859```
5960
@@ -98,6 +99,10 @@ Import macros from [saved macros](https://github.com/imdevan/keyboard-maestro-ma
9899
99100### desktop manager - aerospace
100101
102+ ``` sh
103+ brew install --cask nikitabobko/tap/aerospace
104+ ```
105+
101106note: I like aerospace but cautious of performance
102107- possible alternative: raycast
103108
0 commit comments