/dotfiles

dotfiles used by me

Primary LanguageShellThe UnlicenseUnlicense

Dotfiles

This repo is my personal dotfiles.

I use Dotbot.

Installation

Clone to ~/.dotfiles

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

Run the install script

cd ~/.dotfiles
./install

One liner:

git clone https://github.com/danielwitz/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && ./install

Prerequisites

You will probably already have these, but if not

sudo apt-get install git python python-apt

License

This software is hereby released into the public domain. That means you can do whatever you want with it without restriction. See LICENSE.md for details.