Update ubuntu_mates.sh

This commit is contained in:
epitaxy
2022-05-19 20:28:15 +09:00
committed by GitHub
parent 0399f823c8
commit fac6b8f748

View File

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