Skip to content

alewitt/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Install Necessary apps

Homebrew

$  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Oh-My-ZSH

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Download and Move Vim Files

$ git clone https://github.com/alewitt/dotfiles ~/dotfiles
$ cp ~/dotfiles/.vimrc ~/
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Install Vim and Plugins

  1. Install Vim (should be version 7.4 or higher)
  • Mac $ brew install vim --with-override-system-vi
  • Ubuntu $ apt-get install vim
  1. Install Plugins
  • $ vim +PluginInstall +qall
  • $ cp ~/dotfiles/.zshrc ~/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 64.7%
  • Shell 35.3%