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/25 00:40] – [Generating ssh key on OS X] 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 [[https:// | * Alfred [[https:// | ||
* iterm2 [[https:// | * iterm2 [[https:// | ||
- | * oh-my-zsh | + | * oh-my-zsh |
* Fonts | * Fonts | ||
* Pretendard [[https:// | * Pretendard [[https:// | ||
* 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> | * menu status bar setting for time <sxh bash> | ||
$ defaults write com.apple.menuextra.clock " | $ defaults write com.apple.menuextra.clock " | ||
Line 22: | Line 24: | ||
* Magnet 마그넷 (유료) | * Magnet 마그넷 (유료) | ||
* 무비스트 (유료) | * 무비스트 (유료) | ||
+ | * 반디집(유료) | ||
Line 43: | 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 < ~/ | + | $ pbcopy < ~/ |
</ | </ | ||
Line 144: | 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:// | ||
+ |