Skip to content

jonasmayer/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Requirements

  • install vim
// for mac
brew install vim

//for linux
sudo apt-get update
sudo apt-get install vim
  • Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

How to install

  • Clone the repo
  • Run git submodule init
  • Run git submodule update to download Vundle
  • Open vim and type :VundleInstall to install de dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 56.8%
  • Shell 43.2%