Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| public:computer:mac_osx [2022/09/24 00:21] – alex | public:computer:mac_osx [2024/02/22 18:09] (current) – alex | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Basic Setups ===== | ===== Basic Setups ===== | ||
| - | * Chrome Browser | + | * Chrome Browser |
| - | * Alfred | + | * Alfred |
| - | * iterm2 [[public: | + | * iterm2 |
| - | * oh-my-zsh [[public:computer: | + | * oh-my-zsh [[https://ohmyz.sh|Oh My Zsh - a delightful & open source framework for Zsh]] |
| * Fonts | * Fonts | ||
| - | * Pretendard [[https://noonnu.cc/ | + | * Pretendard [[https://cactus.tistory.com/306|Pretendard |
| * D2Coding [[https:// | * D2Coding [[https:// | ||
| + | * Meslo LG M Regular for Powerline [[https:// | ||
| + | * Source Code Pro for Powerline [[https:// | ||
| + | * menu status bar setting for time <sxh bash> | ||
| + | $ defaults write com.apple.menuextra.clock " | ||
| + | </ | ||
| + | * IINA [[https:// | ||
| + | * homebrew [[https:// | ||
| + | * notion app [[https:// | ||
| + | * Neovim [[https:// | ||
| + | |||
| + | ==== AppStore ==== | ||
| + | * Magnet 마그넷 (유료) | ||
| + | * 무비스트 (유료) | ||
| + | * 반디집(유료) | ||
| + | |||
| + | |||
| ==== for development ==== | ==== for development ==== | ||
| * Xcode | * Xcode | ||
| - | * VSCode | + | * VSCode |
| - | * | + | * git [[https:// |
| + | * sourcetree app [[https:// | ||
| + | * node.js | ||
| + | * java | ||
| + | * python | ||
| + | |||
| + | ==== Etc ==== | ||
| + | * [[https:// | ||
| ===== brew error: permission denied... ===== | ===== brew error: permission denied... ===== | ||
| Line 22: | Line 46: | ||
| ===== Generating ssh key on OS X ===== | ===== Generating ssh key on OS X ===== | ||
| < | < | ||
| - | $ ssh-keygen -t rsa -C “alex@theta5912.net” | + | $ ssh-keygen -t rsa -C “alex@theta5912.net” |
| - | + | $ pbcopy < ~/ | |
| - | + | ||
| - | + | ||
| - | copy key to clipboard | + | |
| - | $ pbcopy < ~/ | + | |
| - | + | ||
| - | MBA ssh key | + | |
| - | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDd8+W1v2LwxpENF6HuFX1OftuSsjyne1kUCPfnGDSKv3wsG8GCF78Wd1F7HE/ | + | |
| - | + | ||
| - | + | ||
| - | iMac 27” ssh key | + | |
| - | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChbEwHt9HIfv9jiJQMyTBQmAGf/ | + | |
| </ | </ | ||
| Line 134: | Line 147: | ||
| 4. 다음날 DropBox 들어가서 제대로 올라왔나 확인하며 출근하기 | 4. 다음날 DropBox 들어가서 제대로 올라왔나 확인하며 출근하기 | ||
| </ | </ | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | - 기존 홈 디렉토리 복사 <sxh bash> | ||
| + | sudo ditto -V -rsrc / | ||
| + | </ | ||
| + | - 계정 설정에서 Home directory 변경 | ||
| + | - 재부팅 | ||
| + | - 기존 홈 디렉토리 삭제 및 심볼릭 링크 생성 <sxh bash> | ||
| + | sudo rm -dr / | ||
| + | sudo ln -s / | ||
| + | </ | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||