Share
Sign In

zsh, oh-my-zsh install & Setting

zsh 설치
zsh 설치
zsh를 기본 sh로 변경
터미널이 재시작 후
숫자키 2를 눌러 권장 설정으로 세팅한다.
oh-my-zsh 설치
oh-my-zsh 설치
curl, wget, fetch 중 한가지 방법으로 설치한다.
자세한 부분은 아래 공식 문서 참고
테마변경
zsh-autosuggestion설치
syntax highlight 설치 zsh-syntax-highlighting
zsh-syntax-highlighting을 못찾는 경우
.zshrc 에 플러그인 추가
터미널을 재부팅하거나 아래의 코드를 입력하면 적용됨.
Folder colors are unreadable with default terminal theme.
아래처럼 bash 또는 zshrc 설정 때문에 폴더 명 뒤에 색이 덧칠되어 읽기 힘든 경우가 있다.
이런경우 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
ow stands for 'other, writable', tw is 'sticky, writable' (the other condition that has a green background). I found these values by examining the contents of $LS_COLORS
 on my system, looking for values with a background color of 42 (green). The color code has 3 columns (unused columns are left out):
bold;font-color;bg-color
그다음 터미널을 재시작하면 끝난다.
cd tab 후 뜬 폴더 리스트의 배경색 변경
위와 같이 cd tab을 입력하여 뜬 폴더 리스트가 배경색에 의해 알아볼 수 없다면 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
keyBind
powerlevel10k fonts 설치
zsh 설치
zsh 설치
zsh를 기본 sh로 변경
터미널이 재시작 후
숫자키 2를 눌러 권장 설정으로 세팅한다.
oh-my-zsh 설치
oh-my-zsh 설치
curl, wget, fetch 중 한가지 방법으로 설치한다.
자세한 부분은 아래 공식 문서 참고
테마변경
zsh-autosuggestion설치
syntax highlight 설치 zsh-syntax-highlighting
zsh-syntax-highlighting을 못찾는 경우
.zshrc 에 플러그인 추가
터미널을 재부팅하거나 아래의 코드를 입력하면 적용됨.
Folder colors are unreadable with default terminal theme.
아래처럼 bash 또는 zshrc 설정 때문에 폴더 명 뒤에 색이 덧칠되어 읽기 힘든 경우가 있다.
이런경우 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
ow stands for 'other, writable', tw is 'sticky, writable' (the other condition that has a green background). I found these values by examining the contents of $LS_COLORS
 on my system, looking for values with a background color of 42 (green). The color code has 3 columns (unused columns are left out):
bold;font-color;bg-color
그다음 터미널을 재시작하면 끝난다.
cd tab 후 뜬 폴더 리스트의 배경색 변경
위와 같이 cd tab을 입력하여 뜬 폴더 리스트가 배경색에 의해 알아볼 수 없다면 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
keyBind
powerlevel10k fonts 설치
zsh 설치
zsh 설치
zsh를 기본 sh로 변경
터미널이 재시작 후
숫자키 2를 눌러 권장 설정으로 세팅한다.
oh-my-zsh 설치
oh-my-zsh 설치
curl, wget, fetch 중 한가지 방법으로 설치한다.
자세한 부분은 아래 공식 문서 참고
테마변경
zsh-autosuggestion설치
syntax highlight 설치 zsh-syntax-highlighting
zsh-syntax-highlighting을 못찾는 경우
.zshrc 에 플러그인 추가
터미널을 재부팅하거나 아래의 코드를 입력하면 적용됨.
Folder colors are unreadable with default terminal theme.
아래처럼 bash 또는 zshrc 설정 때문에 폴더 명 뒤에 색이 덧칠되어 읽기 힘든 경우가 있다.
이런경우 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
ow stands for 'other, writable', tw is 'sticky, writable' (the other condition that has a green background). I found these values by examining the contents of $LS_COLORS
 on my system, looking for values with a background color of 42 (green). The color code has 3 columns (unused columns are left out):
bold;font-color;bg-color
그다음 터미널을 재시작하면 끝난다.
cd tab 후 뜬 폴더 리스트의 배경색 변경
위와 같이 cd tab을 입력하여 뜬 폴더 리스트가 배경색에 의해 알아볼 수 없다면 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
keyBind
powerlevel10k fonts 설치
zsh 설치
zsh 설치
zsh를 기본 sh로 변경
터미널이 재시작 후
숫자키 2를 눌러 권장 설정으로 세팅한다.
oh-my-zsh 설치
oh-my-zsh 설치
curl, wget, fetch 중 한가지 방법으로 설치한다.
자세한 부분은 아래 공식 문서 참고
테마변경
zsh-autosuggestion설치
syntax highlight 설치 zsh-syntax-highlighting
zsh-syntax-highlighting을 못찾는 경우
.zshrc 에 플러그인 추가
터미널을 재부팅하거나 아래의 코드를 입력하면 적용됨.
Folder colors are unreadable with default terminal theme.
아래처럼 bash 또는 zshrc 설정 때문에 폴더 명 뒤에 색이 덧칠되어 읽기 힘든 경우가 있다.
이런경우 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
ow stands for 'other, writable', tw is 'sticky, writable' (the other condition that has a green background). I found these values by examining the contents of $LS_COLORS
 on my system, looking for values with a background color of 42 (green). The color code has 3 columns (unused columns are left out):
bold;font-color;bg-color
그다음 터미널을 재시작하면 끝난다.
cd tab 후 뜬 폴더 리스트의 배경색 변경
위와 같이 cd tab을 입력하여 뜬 폴더 리스트가 배경색에 의해 알아볼 수 없다면 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
keyBind
powerlevel10k fonts 설치
zsh 설치
zsh 설치
zsh를 기본 sh로 변경
터미널이 재시작 후
숫자키 2를 눌러 권장 설정으로 세팅한다.
oh-my-zsh 설치
oh-my-zsh 설치
curl, wget, fetch 중 한가지 방법으로 설치한다.
자세한 부분은 아래 공식 문서 참고
테마변경
zsh-autosuggestion설치
syntax highlight 설치 zsh-syntax-highlighting
zsh-syntax-highlighting을 못찾는 경우
.zshrc 에 플러그인 추가
터미널을 재부팅하거나 아래의 코드를 입력하면 적용됨.
Folder colors are unreadable with default terminal theme.
아래처럼 bash 또는 zshrc 설정 때문에 폴더 명 뒤에 색이 덧칠되어 읽기 힘든 경우가 있다.
이런경우 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
ow stands for 'other, writable', tw is 'sticky, writable' (the other condition that has a green background). I found these values by examining the contents of $LS_COLORS
 on my system, looking for values with a background color of 42 (green). The color code has 3 columns (unused columns are left out):
bold;font-color;bg-color
그다음 터미널을 재시작하면 끝난다.
cd tab 후 뜬 폴더 리스트의 배경색 변경
위와 같이 cd tab을 입력하여 뜬 폴더 리스트가 배경색에 의해 알아볼 수 없다면 ~/.zshrc 또는 ~/.bashrc 에서 맨하단에 아래의 코드를 추가시켜준다.
keyBind
powerlevel10k fonts 설치
zsh 설치
zsh 설치
zsh를 기본 sh로 변경
터미널이 재시작 후
숫자키 2를 눌러 권장 설정으로 세팅한다.
oh-my-zsh 설치
oh-my-zsh 설치
curl, wget, fetch 중 한가지 방법으로 설치한다.
자세한 부분은 아래 공식 문서 참고
테마변경
zsh-autosuggestion설치
syntax highlight 설치 zsh-syntax-highlighting
zsh-syntax-highlighting을 못찾는 경우
.zshrc 에 플러그인 추가
터미널을 재부팅하거나 아래의 코드를 입력하면 적용됨.