티스토리 뷰

OS/macOS

macOS 초기화 후 macbook 환경 설정

jinozpersona 2022. 9. 22. 14:48

macOS 공장 초기화

appleID : ....

 

macOS 초기상태는 terminal, safari 밖에 없으니...

terminal은 iterm2으로 safari는 google-chrome으로 변경

 

1단계 : terminal 부터 시작

home brew를 설치하고 iterm2, oh-my-zsh & oh-my-zsh plugin(iterm2 사용을 편하게)

brew cask 설치 후 google-chrome, ... 설치 gogo

appStore 설치가 필요한 것과 공홈 설치가 필요한 녀석은 chrome browser로 ....

 

1단계가 끝나면 이제 기본 환경은 iterm2와 chrome으로 시작...

아래는 위에서 설명한 1단계를 위한 작업 순서...

 

 

### homebrew install

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

 

# brew search …

brew update

brew install cask

brew install iterm2

 

### oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

 

# oh-my-zsh plugin

brew install zsh-syntax-highlighting

brew install zsh-autosuggestions

brew install autojump

 

# oh-my-zsh plugin setting .zshrc

plugins=(git autojump)

source $ZSH/oh-my-zsh.sh

source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh

 

 

## google chrome

brew install google-chrome

 

# evernote

brew install evernote

 

# DB browser

brew install db-browser-for-sqlite

 

# KLayout : 

brew install  klayout

 

# python3 : 새로 설치하니까 이제 기본으로... ㅎㅎ

$ python3 -V

macOS Monterey 12.6에서 python/pip 모두 python3/pip3로 바뀌었음.

macOS python2는 안녕... 이제부터 python3... pip3....

 

 

@ app store

unsplash wallpapers

kakaotalk

 

@ browser

vscode : visual studio code

google docs(cloud office) : docs.google.com

 

 

 

반응형
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/07   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
글 보관함