#!/bin/bash mkdir -p ~/.config/nvim cp init.vim ~/.config/nvim/init.vim echo "Nvim config is installed!"