Code Monkey home page Code Monkey logo

zsh_config's Introduction

My zsh and vim configuration.

----- Also some tools

Tools

vimfix.py

I have created a code to fix the problems of vim-plugins written in windows when they are installed in linux. But recently I found a solution on:

N.L.K. - Nguyen "Vim Tips"

It saids that is only needed to configure git using:

$ git config --global core.autocrlf input 

In case that this doesn't work you can always try my code

** What does vimfix do? **

It searches vim files into your /home/your_user_name/.vim directory then converts them into linux format using the instruction:

$ dos2unix -f file.vim

The code will suppose that your .vim directory is under /home/your_user_name/.vim, by default works for zsh and bash terminal interpreters. In case that you are not using any of this interpreters the code will ask you to write tha name of your interpreter.

** What is needed? **

Vimfix is written in python so you'll need: - Python - dos2unix - Most distros has it already installed

** How to use it? **

Just execute in your terminal:

$ python vimfix.py

And thats it! Work is done!

zsh_config's People

Contributors

enriquebet avatar

Watchers

James Cloos avatar Sangeet Kumart avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.