A set of commands when setting Ubuntu
A set of commands when setting Ubuntu
Vim 설치
$ sudo apt-get remove -y vim-tiny
$ sudo apt-get update
$ sudo apt-get install -y vim
터미널 기본 편집기 변경
$ sudo update-alternatives --config editor
VMWare Tools 설치
$ sudo apt-get install open-vm-tools open-vm-tools-desktop -y
git 설치 및 설정
$ sudo apt-get install -y git
$ git config --global user.name "Sangwon Hong"
$ git config --global user.email "qpakzk@gmail.com"