Skip to content
/ dotfiles Public

My dotfiles (including gitconfig, zshrc, screenrc, etc.)

Notifications You must be signed in to change notification settings

CrBoy/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My dotfiles (including gitconfig, zshrc, screenrc, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published