Skip to content

Simple Vim + ZSH configuration for C++ programming

License

Notifications You must be signed in to change notification settings

htmlgod/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmlgod's dotfiles

My config files

VIM

ZSH

  • Features
    • ls coloured output
    • alias for g++
    • custom prompt
    • alias for gvim(macvim)

Install

# if you don't have vim-plug installed
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
   https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

$ git clone https://github.com/htmlgod/dotfiles
$ cd dotfiles
$ ./install.sh
# yes[y] to overwrite
# after that
$ vim ~/.vimrc
:PlugInstall
# YouCompleteMe Install (Xcode required)
$ brew install cmake macvim python 
$ brew install mono go nodejs
$ cd ~/.vim/plugged/YouCompleteMe
$ ./install.py --clangd-completer
# if python dependencies error:
$ brew reinstall python 
$ brew reinstall python3

About

Simple Vim + ZSH configuration for C++ programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published