Files
charms/ubuntu_mates.sh

11 lines
320 B
Bash
Raw Normal View History

2022-05-19 20:15:15 +09:00
#!/bin/sh
2022-05-19 20:14:50 +09:00
# Faster Ubuntu APT repository server for Korean
sudo sed -i 's/kr.archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list
2022-05-19 20:27:57 +09:00
# 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)"