From d71ccf121a0a7217dfb93ba72e07b0780e057fac Mon Sep 17 00:00:00 2001 From: epitaxy <31850335+epitaxy@users.noreply.github.com> Date: Fri, 3 Jun 2022 08:59:55 +0900 Subject: [PATCH] Update ubuntu_mates.sh --- ubuntu_mates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu_mates.sh b/ubuntu_mates.sh index c986ff6..6c3fa3b 100644 --- a/ubuntu_mates.sh +++ b/ubuntu_mates.sh @@ -6,7 +6,7 @@ sudo sed -i 's/archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list # essential packages 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 sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"