diff --git a/ubuntu_mates.sh b/ubuntu_mates.sh index 830acc4..b508f7a 100644 --- a/ubuntu_mates.sh +++ b/ubuntu_mates.sh @@ -5,7 +5,7 @@ sudo sed -i 's/kr.archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list sudo sed -i 's/archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list # essential packages -sudo apt install -y nnn zsh ncdu htop rsync git +sudo apt install -y nnn zsh ncdu htop rsync git vim # Installation of om my zsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"