Last active
June 20, 2024 17:10
-
-
Save MutoMagic/771a947dd50d0029dcc7c83cafab19ba 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
#!/bin/bash -e | |
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime | |
sudo mv ~/.vim_runtime /opt/.vim_runtime | |
ln -s /opt/.vim_runtime/vimrcs/basic.vim ~/.vimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment