Skip to content

genevensis/vim-vundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

###Installation Installing Apps

Installing zsh

curl -L http://install.ohmyz.sh | sh

Installing Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Installing vim plugins & other backup files

git clone --recursive https://github.com/genevensis/vim.git ~/.vim/

See hidden files/folders in Finder

defaults write com.apple.finder AppleShowAllFiles YES

Disable Dashboard

defaults write com.apple.dashboard mcx-disabled -boolean YES; killall Dock
defaults write com.apple.dock mcx-expose-disabled -bool true; killall Dock

###Symlinks

ln -s ~/.vim/.vimrc ~/.vimrc

###Updating bundles

git submodule update --recursive

###Sublime Text 3

Packages to install (SHIFT-CMD-P): 
Soda Theme - ("theme": "Soda Dark.sublime-theme")
Emmet
AutoFileName
All Autocomplete
Bracket Highlighter

###Windows

Install gVimPortable on D:\
Open Cmder to D:\gVimPortable\Data\settings
mklink /D D:\gVimPortable\Data\settings\vimfiles D:\Dropbox\Private\Files\VimFiles
(git clone --recursive https://github.com/genevensis/vim.git vimfiles)
mklink /H _vimrc "vimfiles\.vimrc"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published