Skip to content

A collection of dot files I use on my development environment

Notifications You must be signed in to change notification settings

codematix/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A collection of dot files I use on my development environment

Requirements

  1. Mac OSX 10.9 or higher
  2. XCode installed (Command-Line tools at least)
  3. Install Homebrew - ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Installation

Step 1 - Install rcm

On Mac OSX:

brew tap thoughtbot/formulae
brew install rcm

On Ubuntu

sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 EC478DAB713A4BC3
echo "deb https://apt.thoughtbot.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/thoughtbot.list
sudo apt-get update
sudo apt-get install rcm

Step 2 - Install Vundle

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Step 3 - Install the dotfiles

rcup -d dotfiles -x README

Step 4: Initialize Vundle

  1. Open vim using vim
  2. Ignore any warnings it spews at the command line
  3. In the command-mode execute - :VundleInstall
  4. This will have Vundle install all plugins
  5. Quit and restart vim

About

A collection of dot files I use on my development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published