Skip to content

Instantly share code, notes, and snippets.

@cdecl
Last active June 28, 2022 23:53
Show Gist options
  • Save cdecl/45fdd7b3918567696d7f8744abb3d127 to your computer and use it in GitHub Desktop.
Save cdecl/45fdd7b3918567696d7f8744abb3d127 to your computer and use it in GitHub Desktop.
#!/bin/bash
# sudo apt install neovim universal-ctags
sudo yum install neovim universal-ctags -y
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
mkdir -p ~/.config/nvim
curl -L -o ~/.config/nvim/init.vim https://gist.githubusercontent.com/cdecl/11e3fc10e6e112fb7a9909593732fe91/raw/init.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment