terlar / dotfiles

Well-structured and constantly improving dotfile-solution. Forking and feedback is welcome!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration files

This repository contains my configuration files. Each directory contains a group of configuration files for either a single application or a purpose. The destination of these configuration files should be $HOME.

The configuration can easily be linked with GNU stow.

Installation

Install everything

git clone git://github.com/terlar/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make install

Install group(s)

A group is corresponding to a directory in the project root.

git clone git://github.com/terlar/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make install PKGS=group
make install PKGS=group1,group2

Update

Pull the latest dotfiles and install.

cd ~/.dotfiles
make update

Uninstall

Unlinks the dotfiles.

cd ~/.dotfiles
make uninstall
rm -rf ~/.dotfiles

About

Well-structured and constantly improving dotfile-solution. Forking and feedback is welcome!


Languages

Language:Shell 54.4%Language:CSS 21.4%Language:Haskell 14.5%Language:Python 7.2%Language:Makefile 1.1%Language:JavaScript 0.6%Language:Ruby 0.4%Language:Scala 0.4%Language:Clojure 0.0%Language:Nix 0.0%