Update ubuntu_mates.sh

This commit is contained in:
epitaxy
2022-05-19 20:27:57 +09:00
committed by GitHub
parent 1efd45a318
commit 0399f823c8

View File

@@ -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)"