jimpsson / dotfiles-4

Config files for zsh, vim, pentadactyl, completions, git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daniel Hahlers Dotfiles

These are config files to set up a system the way I like it.

Installation

# a) with a github account/setup:
git clone git@github.com:blueyed/dotfiles ~/.dotfiles
# b) without a github account setup:
git clone git://github.com/blueyed/dotfiles ~/.dotfiles
cd ~/.dotfiles
make install

Environment

I primarily use zsh on Linux, but this is setup for generic shells (like bash) as well.

If you would like to switch to zsh, you can do so with the following command:

chsh -s /bin/zsh

The Makefile in ~/.dotfiles provides this conviently via ‘make setup_zsh`.

Z Shell

zsh is setup via a oh-my-zsh git submodule (heavily forked).

About

Config files for zsh, vim, pentadactyl, completions, git.

License:MIT License


Languages

Language:Vim Script 75.8%Language:JavaScript 13.5%Language:Shell 5.9%Language:Ruby 1.9%Language:Lua 1.3%Language:Python 0.7%Language:Makefile 0.7%Language:Perl 0.2%