MacBook Developer Setup Tour
This is for my MacBook Setup as a programmer.
Hot Keys
Homebrew
To install it:
1 | /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" |
Set up the PATH
:
1 | echo 'PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile |
Then make sure everything is working by running:
1 | brew doctor |
QuickLook Plugins
I uploaded a video about it, you can click to check it out.
Typora
All you need is $14.99
iTerm2
Alfred
Termius
Shell/SFTP Tool, You can verify on Gihub Education to get Github Student Developer Pack(And also use Github Copilot for free)
VS Code
Nothing special really…
Obsidian
I will write a new post to elaborate..
References:
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment