Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 830 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 830 Bytes

CrBoy's Dotfiles

Author: CrBoy (http://github.com/CrBoy)

Introduction

Here's some of my dotfiles in usual. A dotfile means those files begin with a ., e.g. .zshrc, .screenrc, or .vimrc. They usually stand for a configuration of some software.

If git and stow is installed on the machine, these settings could be installed by only one step on most of Unix-like OS.

One-Step Install

Prerequisite: Make sure GIT and stow is installed

Using curl (MacOSX should have curl):

curl -o- https://raw.githubusercontent.com/CrBoy/dotfiles/master/one-step-install.sh | sh

or wget (Linux often has wget):

wget -O- https://raw.githubusercontent.com/CrBoy/dotfiles/master/one-step-install.sh | sh