Thanks to visit codestin.com
Credit goes to github.com

Skip to content

weeksghost/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Before cloning the repo, in order to use these features fully you should do the following:

brew install macvim
brew install bash-completion
brew install bash-git-prompt
cd /usr/local/bin
sudo ln -s /usr/local/Cellar/macvim/<MVIM_VERSION>/bin/mvim vim

###Make sure to cd to the root of your user account

First clone this repo to the root of your user account:

/Users/<name> --> MAC
/home/<name> --> Linux(Ubuntu)

Next link the core files:

If working on a mac:

./dotfiles/mac-conf.sh

If Ubuntu:

./dotfiles/ubuntu-conf.sh

Next get Vim pathogen:

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

Finally run the following (while still at the root of home folder)

./dotfiles/vundle-install.sh

Now open VIM using the "vim" command and type:

:BundleInstall

##Here are links to the software we are using here:

http://brew.sh/
https://github.com/tpope/vim-pathogen
https://github.com/VundleVim/Vundle.vim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •