• Stars
    star
    308
  • Rank 135,057 (Top 3 %)
  • Language
    Vim Script
  • Created almost 13 years ago
  • Updated 10 months ago

Reviews

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

Repository Details

My dotfiles.

Introduction

This repository holds my configuration files so that I can clone them to other machines easily.

My primary OS is macOS and some of these configurations are tuned to work on that platform. Configurations I no longer actively use, or that have been replaced, can be found in the deprecated directory. Linux specific configurations are located in the neuepunkte repository.

Installation

git clone git://github.com/zanshin/dotfiles.git ~/.dotfiles

Setup

The install.sh script will setup the dotfiles I use on most machines. It asks about each tool, defaulting to yes for those I typically use, and no for those I no longer use, or use as much.

cd ~/.dotfiles
./install.sh

This script supersedes the older make.sh script which accomplished the same thing, albeit less gracefully.

For manual setup, and more details about the dotfiles, please read the Details file.