Skip to content

nathanph/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

###Download and Move Necessary Files

$ git clone https://github.com/nathanph/dotfiles ~/dotfiles
$ cp ~/dotfiles/.* ~/
$ 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 --override-system-vi && alias vim=/usr/local/Cellar/vim/7.4.712/bin/vim
  • Ubuntu $ apt install vim-gtk
  1. Install Plugins
  • $ vim +PluginInstall +qall

Install Zsh and Plugins

  1. Install Oh My Zsh
  2. Install the zsh-users/zsh-syntax-highlighting plugin.
  3. Install the zsh-users/zsh-autosuggestions plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 73.2%
  • Shell 26.8%