Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active May 9, 2020 11:56
Show Gist options
  • Save innyso/27de4987c72dc164df6c415cd580f6a7 to your computer and use it in GitHub Desktop.
Save innyso/27de4987c72dc164df6c415cd580f6a7 to your computer and use it in GitHub Desktop.
#windows #linux #convert #dos #unix

when using babun, after importing .vimrc there was a lot of errors with ^M. Needs to convert file from unix to dos

find ~/.vim -type f | xargs dos2unix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment