Last active
June 29, 2025 09:07
-
-
Save t-ubukata/47cdccda23d7c9ddc32a42e9ae1478f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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