• Stars
    star
    222
  • Rank 175,494 (Top 4 %)
  • Language
    Vim Script
  • Created about 11 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dotfiles and an install script for easy set up

Dotfiles

JarrodCTaylor

In my opinion which I respect very much what you have stumbled across right here are the best dotfiles money can buy, and they're priced to move. This venerable treasure trove of developer tools is worthy of your time and attention. So if you love the command line, and I know you do, then grab a copy and get coding.

Installation

git clone https://github.com/mattjmorrison/dotfiles.git ~/dotfiles
cd ~/dotfiles/install-scripts
bash OSX/setup.sh
# or
bash Linux/install-packages.sh
bash Linux/create-symlinks.sh

Customization

There is no need to fork this repository in order to customize it. Everything can be customized by leveraging the custom-configs directory. You are encouraged to maintain a separate github repository of configurations for your own dotfiles.

Contents

Zsh

When you first open the terminal you will notice the custom prompt. The prompt takes up the full width of the terminal and is two or three lines depending on if you are currently in a directory that is a git repo. The image below details the core components of the prompt.

zsh-prompt

Customizing Zsh

customizing-zsh

Tmux

A must have for pair programming sessions. The most notable features are the themed status line pictured below and the non-stock leader key <C-Space>

tmux-status

Vim

The vim configuration is the life blood of the dotfiles. Although it is heavily customized you can interactively explore the key mappings to quickly find out what it has to offer. Open any buffer buffer and type |<Space> in normal mode. This will open a unite menu that lists all of the shortcuts with a description and the key mapping that triggers it. You can scroll through the list with <C-J> <C-k> or filter the options by typing as seen below.

key-map-search

Customizing Vim

Misc Customization

You can use your own configuration file in place of any of the following

  • gitconfig
  • psqlrc
  • tigrc
  • tmux.conf

To do so you just need to include a file of the same name in your version controlled directory that you save into custom-configs the create symlinks scripts will link the files properly.

More Repositories

1

grunt-karma-coveralls

Grunt task to use Coveralls with Karma
JavaScript
35
star
2

capistrano-django

capistrano-django provides a solid basis for common django deployment
Ruby
30
star
3

ReportLab

Fork of ReportLab http://www.reportlab.com/ftp/reportlab-2.5.tar.gz
Python
28
star
4

mattjmorrison.github.io

HTML
6
star
5

polyglot

A bunch of different languages
Haskell
4
star
6

Python-Cyclomatic-Complexity

Clone of http://svn.traceback.org/python/cyclic_complexity/
Python
4
star
7

grunt-ember-template-compiler

An npm module for using ember-template-compiler with Grunt
JavaScript
3
star
8

django-webflow

Django Webflow is an open source Django application that lets you organize pages into "flows".
Python
2
star
9

django-fabric-playground

Django application that uses Fabric
Python
2
star
10

Django-Deploy-with-Capistrano

Sample application to deploy Django application using Capistrano
Python
2
star
11

django-everything-template

Django, django-compressor, djangorestframework, South, Lettuce, Nose, Django Debug Toolbar, Sphinx ...
Python
2
star
12

logilab-astng-clone

logilab-astng clone
Python
2
star
13

Pylint

Clone of http://hg.logilab.org/pylint
Python
2
star
14

pycrap

pycrap
Python
1
star
15

django-buildout-template

This is a Template project for using Buildout and Django
Python
1
star
16

PaintBots

Java
1
star
17

celery

Distributed Task Queue (development branch)
Python
1
star
18

LearningJavaScript

These are some examples of JavaScript language features.
JavaScript
1
star
19

logilab-common-clone

clone of logilab-common
Python
1
star
20

django_cacheops_example

Python
1
star
21

pyowa-buildout

Code examples for a Pyowa buildout presentation
Python
1
star
22

mock_ext

Extensions for python's mock library
Python
1
star
23

SimplePythonExtensionExample

Example from http://docs.python.org/extending/extending.html#a-simple-example
C
1
star
24

system-bootstrap

Bootstrap script for setting up python on a new linux box
Shell
1
star
25

django-unit-testing

This project is just for me to explore true 'unit' testing with no database using Django
Python
1
star