운영체제/Linux | Mac(OSX)

macbook setting

며용 2020. 5. 23. 01:16

` brew download

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

 

` iterm download

brew cask install iterm2

 

-iterm theme
iterm2colorschemes.com

 

Iterm Themes - Color Schemes and Themes for Iterm2

iTerm Themes Intro This is a set of color themes for iTerm (aka iTerm2). Screenshots below and in the screenshots directory. Installation Instructions To install: Launch iTerm 2. Get the latest version at iterm2.com Type CMD+i Navigate to Colors tab Click

iterm2colorschemes.com

command + , : preferences
appearance > General > Theme : Dark
.itermcolors
Profiles > Colors

 

- zsh update

brew install zsh zsh-completions

 

- oh-my-zsh install

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

 

 

` 카메라가 안뜰 때

sudo killall VDCAssistant
sudo killall AppleCameraAssistant

 

'운영체제 > Linux | Mac(OSX)' 카테고리의 다른 글

git 계정 여러개 (.gitconfig 설정)  (1) 2020.07.25
zsh에서 vim theme 적용, syntax highlight가 안될 때  (0) 2020.06.05
rsa key 생성  (0) 2020.05.23
맥린이의 맥북 셋팅들 모음  (0) 2020.05.22
ssh config 설정  (0) 2020.05.14