apod / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My personal dotfiles using stow.

Installation

Install git and stow from you favorite package manager, and clone this repository:

git clone https://github.com/apod/dotfiles.git ~/.dotfiles

Module Installation

stow -d ~/.dotfiles git zsh

Available modules

git     > Git global config, ignores and aliases
zsh     > Zsh configuration
lein    > Leiningen configuration
termite > Termite configuration
ruby    > Ruby configuration

Customize git

You can customize git locally by creating a ~/.gitconfig.local file, that might look like this:

[user]
	name = Foo bar
	email = foobar@example.com

Customize zsh

You can customize the following files for zsh:

~/.zshenv.local - for environment variables like PATH, MANPATH etc.
~/.zshrc.local  - to add zsh plugins, or anything else zsh related

About

My dotfiles


Languages

Language:Shell 97.8%Language:Clojure 2.2%