mrichman / dotfiles-dockerdevenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mark's dotfiles

A collection of tools, scripts, configuration to make my shell and vim more awesome

{forked from Brian Ketelsen's dotfiles originally}

Install

This repo is meant to store configuration files which are then symlinked by using GNU Stow. You'll want to install it via your standard package manager.

Download / Install dotfiles
cd ~/
git clone git@github.com:bketelsen/dotfiles.git
git submodule update --init --recursive
cd dotfiles
Link dotfiles

You can choose which configuration files you'd like to use individually

cd ~/dotfiles
stow -vv vim
Install Vim plugins

The first time you open vim it will prompt you to install any plugins mentioned in the vimrc file that have not been installed already (in this case all of them). This may take some time.

vim

I use NeoBundle to manage my plugins, you can periodically update it from within vim using the following command

:NeoBundleUpdate

Fonts

Both the vim setup, and zsh setup make use of a font provided with power-line fonts in the vendor/deps directory, you'll need to install them and set them up

Install Powerline Fonts
cd
_vendor/powerline-fonts
./install.sh
Setup iTerm2 to use Fonts / Colors
Font

Open iTerm2 and go to Preferences > Text

Change font for both "Regular Font" and "Non-ASCII Font" to Source Code Pro for Powerline. If you wish for the font size in your terminal to match the font size in the vim configuration, set your font size to 14pt.

Colors

Open iTerm2 and go to Preferences > Profiles > Colors Click "Load Presets..." Click "Import" Navigate to and select _vendor/base16-iterm2/base16-default.dark.256.itermcolors

Now you can click "Load Presets..." again and select "base16-default.dark.256"

About


Languages

Language:Vim Script 51.8%Language:C 23.8%Language:Shell 11.6%Language:Perl 7.7%Language:Python 2.6%Language:Ruby 1.4%Language:Makefile 1.1%