Skip to content

Scripts generator to configure my prefered color scheme settings for VIM editor in a server

Notifications You must be signed in to change notification settings

weitat95/vimColorScripts

Repository files navigation

Scripts for Configuring Color Scheme for VIM editor to my prefered settings (UBUNTU):

Vim Color Scripts

Usage:

./reinstall_everything.sh

or

./generateScript.sh colorSchemeSource/<THEMESOURCECODE> <THEMENAME>
./generatedScripts/<THEMENAME>Script.sh
./install_handy_plugins.sh

SCRIPTS OVERWRITES ANY EXISTING VIM CONFIGURATION (~/.vimrc ~/.vim/colors will be overwritten)

usage:

  1. Download any vim color schemes

  2. ./generateScript.sh

    ./generateScript.sh colorSchemeSource/gruvbox.sh gruvbox

  3. script generated in generatedScripts/

    ./generatedScripts/gruvboxScript.sh

Copy and execute the script in a server to configure vim configurations in the server.


SCP SCRIPT

Copy colorscripts to a server

Usage : ./scpscript.sh

user@localhost [PORT]

with port ./scpscript.sh ./generatedScripts/papercolorScript.sh user@localhost 2222

without port ./scpscript.sh ./generatedScripts/papercolorScripts.sh [email protected]

About

Scripts generator to configure my prefered color scheme settings for VIM editor in a server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published