From 0399f823c803e25b9065c1bc4a46de9d58703424 Mon Sep 17 00:00:00 2001 From: epitaxy <31850335+epitaxy@users.noreply.github.com> Date: Thu, 19 May 2022 20:27:57 +0900 Subject: [PATCH] Update ubuntu_mates.sh --- ubuntu_mates.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ubuntu_mates.sh b/ubuntu_mates.sh index fe3c432..08956aa 100644 --- a/ubuntu_mates.sh +++ b/ubuntu_mates.sh @@ -2,3 +2,9 @@ # Faster Ubuntu APT repository server for Korean sudo sed -i 's/kr.archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list + +# essential packages +sudo apt install -y nnn zsh ncdu htop rsync + +# Installation of om my zsh +sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"