Skip to content

Instantly share code, notes, and snippets.

@pleasemarkdarkly
Last active October 19, 2020 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pleasemarkdarkly/e18bb72fc20992a442099e960656a766 to your computer and use it in GitHub Desktop.
Save pleasemarkdarkly/e18bb72fc20992a442099e960656a766 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "https://gist.github.com/e18bb72fc20992a442099e960656a766"
echo "https://gist.githubusercontent.com/pleasemarkdarkly/e18bb72fc20992a442099e960656a766/raw/bdcee7d8c7079300c48426a8053b3ef6903693bb/after_vim.sh"
echo "wget -O -https://bit.ly/3dDyyn0 | bash"
echo "Fuck it, let's just use this to install spacevim"
curl -sLf https://spacevim.org/install.sh | bash
echo "we need to build and install /root/.SpaceVim/bundle/vimproc.vim/lib/vimproc_unix.so"
git clone https://github.com/Shougo/vimproc.vim
cd vimproc.vim
make
cp -v ./lib/vimproc_unix.so /root/.SpaceVim/bundle/vimproc.vim/lib/vimproc_unix.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment