Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1008 Bytes

README.md

File metadata and controls

59 lines (39 loc) · 1008 Bytes

build

dotfiles

My personal dotfiles.

Installation

Install

$ git clone https://github.com/dstein64/dotfiles ~/.dotfiles

Update

$ cd ~/.dotfiles
$ git pull origin master

Usage

List available packages

$ ls -1 ~/.dotfiles/packages

Install specific packages

$ ~/.dotfiles/install.sh package1 [package2 ...]

Install all packages

$ ~/.dotfiles/install.sh

Cleanup

Using install.sh to update packages does not remove files and directories that have been deleted or moved. Cleanup has to be done manually.

License

The source code has an MIT License.

See LICENSE.