Skip to content

cjmarvin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

  • ###Vim

    Setup Vundle and install Vim plugins

    git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    vim +PluginInstall +qall
    
  • ###Git

    Create a file ~/.git-user which contains:

    [user]
        name = <name>
        email = <email>
    

About

My configuration files for Mac OS X / Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors