Skip to content

Instantly share code, notes, and snippets.

@ma-he-sh
Created June 2, 2022 21:38
Show Gist options
  • Save ma-he-sh/9cf49b30c1a3320ae878ac2644dbfaf2 to your computer and use it in GitHub Desktop.
Save ma-he-sh/9cf49b30c1a3320ae878ac2644dbfaf2 to your computer and use it in GitHub Desktop.
MacOsAwesomVim
# 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