Created
June 2, 2022 21:38
-
-
Save ma-he-sh/9cf49b30c1a3320ae878ac2644dbfaf2 to your computer and use it in GitHub Desktop.
MacOsAwesomVim
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
# Install brew (https://brew.sh) | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# Install vim amd Ultimate Vim Configuration | |
brew install vim git | |
git clone https://github.com/amix/vimrc.git ~/.vim_runtime | |
sh ~/.vim_runtime/install_awesome_vimrc.sh | |
# Update vimrc | |
cd ~/.vim_runtime && git pull --rebase && cd - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment