우분투 개발환경을 사용하기 쉽고 편하기 만들기 위한 작업들에 대해서 공유합니다. zsh + ohmyzsh 설치sudo apt install zshsudo chsh -s /usr/bin/zshsudo apt install gitsh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" oh-my-zsh 플러그인 설치git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestionsgit clone https://github.com/zsh-users/zsh-syntax-highlighting ~..