Skip to content

wvdeutekom/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wijnand's dotfiles

My personal configuration (dot)files so far for:

Based on [Joeri Djojosoeparto's] dotfiles :) [Joeri Djojosoeparto's]:https://github.com/pinda/dotfiles

Installation

I'll have to automate this later!

  • Clone this repo using --recursive
$ git clone --recursive git@github.com:wvdeutekom/dotfiles.git
  • Install zsh
$ curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
  • Run the install script
$ sh install.sh

Then you discover nothing works, so you actually install Vundle to manage your plugins..

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

Compile YouCompleteMe

$ cd ~/.vim/bundle/YouCompleteMe
$ ./install.sh --clang-completer

Open up vim and run PluginInstall

:PluginInstall
  • Install autojump
brew install autojump

Requirements

Don't forget to download the following after installing the above

  • Powerline fonts (Meslo works great with this configuration)
  • MacVim editor
  • Vundle vundle vim plugin manager

Mutt

To get offlineimap to work you need to provide the following in your 'remote' section in ~/.offlineimaprc:

auth_mechanisms = GSSAPI, CRAM-MD5, XOAUTH2, PLAIN, LOGIN
oauth2_request_url = https://accounts.google.com/o/oauth2/token
oauth2_client_id = xxxxx
oauth2_client_secret = xxxxx
oauth2_refresh_token = xxxxx
python python/oauth2.py --generate_oauth2_token --client_id=YOUR_CLIENT_ID --client_secret=YOUR_CLIENT_SECRET

About

My mac dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 76.2%
  • Emacs Lisp 14.3%
  • Shell 5.8%
  • Python 2.7%
  • Other 1.0%