Skip to content

Instantly share code, notes, and snippets.

@t-ubukata
Last active June 29, 2025 09:07
Show Gist options
  • Save t-ubukata/47cdccda23d7c9ddc32a42e9ae1478f9 to your computer and use it in GitHub Desktop.
Save t-ubukata/47cdccda23d7c9ddc32a42e9ae1478f9 to your computer and use it in GitHub Desktop.
# Enables EPEL.
sudo yum -y --enablerepo=extras install epel-release
# Installs vim-enhanced.
sudo yum install -y vim-enhanced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment