Update ubuntu_mates.sh

This commit is contained in:
epitaxy
2022-06-03 08:59:55 +09:00
committed by GitHub
parent 7d54df4d33
commit d71ccf121a

View File

@@ -6,7 +6,7 @@ sudo sed -i 's/archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list
# essential packages # essential packages
sudo apt update sudo apt update
sudo apt install -y nnn zsh ncdu htop rsync git vim sudo apt install -y nnn zsh ncdu htop rsync git vim tmux
# 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)"