Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ailsonguedes/neovim_install_script

My personal script to install Neovim with my configs in a Manjaro Linux environment.
https://github.com/ailsonguedes/neovim_install_script

bash bash-script config install-script lua neovim shell shell-script vim vimplug

Last synced: 2 days ago
JSON representation

My personal script to install Neovim with my configs in a Manjaro Linux environment.

Awesome Lists containing this project

README

        

Neovim Install Script


By: Ailson Guedes

Shell script made to automate the process to install Neovim with my personal configs.







## 🔧 Tools:

- GNU Bash: A command line interpreter known between others translators for user to operational systems, known by shell.

## 💻 How to Run:

This project was made to install my Neovim configs in Manjaro Linux.
Feel free to modify this script to uso in distro of your choice.

1. Turn this script in executable file:

```shell
chmod +x projectname.sh
```

2. Run this projec (Linux):

```shell
./projectname
```

3. Wait the script run time.

4. Check the init.vim file in Neovim config path.

5. Finally, use the command `PlugInstall` in Neovim to install this configs.

*PS: remember to install lua lang so that you can install toggleterm correctly.*

## 🙏 Contributions:

Feel free to contribute to thiw project and, if you have any questions, please contact me.

- Email: [[email protected]](mailto:[email protected])