https://github.com/tony9402/macbook_setting
https://github.com/tony9402/macbook_setting
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tony9402/macbook_setting
- Owner: tony9402
- Created: 2020-01-20T06:28:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T03:24:44.000Z (over 5 years ago)
- Last Synced: 2025-01-11T12:24:47.684Z (4 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Macbook setting
### 1. Install brew
```bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```### 2. Install kakaotalk, slack, magnet, memory diag (App store)
### 3. Install oh-my-zsh
```bash
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
```### 5. Launchpad icon size 조절
```bash
defaults write com.apple.dock springboard-columns -int [가로]
defaults write com.apple.dock springboard-rows -int [세로]
```### 6. Install istat, Bixby Studio, VS code, chrome
### 7. Setting VS code
```bash
cat << EOF >> ~/.bash_profile
# Add Visual Studio Code (code)
export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF
```### 8. node 최신 버전 다운
```bash
curl https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash
source ~/.bash_profile
nvm install stable
```### 9. Install dot
```bash
git clone https://github.com/tony9402/print-dot-alphabet && cd print-dot-alphabet && bash setup && cd .. && rm -rf print-dot-alphabet
```