Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 910 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 910 Bytes

Dotfiles

This repository contains some configuration files for programs I use.

Applications

Currently contains:

  • Sublime Text 2 packages
  • Sublime Text 3 packages
  • Eclipse packages
  • Vim configuration file
  • ZSH configuration file

Sublime Text 3

For Linux, copy these packages into ~/.config/sublime-text-3/

Eclipse

Install the pages using the Import Wizard. Import -> Preferences should do the trick.

Vim

Install Vundle first. Also take care to compile You-Complete-Me aftet Vundle sets it up.

To set up solarized

mkdir ~/.vim/colors/
mv solarized.vim ~/.vim/colors

Zsh

Install Oh-My-Zsh first.