Skip to content

jameschensmith/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

James Chen-Smith's Dotfiles

My personal dotfiles.

Install

export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
git clone --bare git@github.com:jameschensmith/dotfiles.git "$XDG_DATA_HOME"/dotfiles.git
alias dots='git --git-dir="$XDG_DATA_HOME"/dotfiles.git --work-tree="$HOME"'
dots checkout
dots config --local status.showUntrackedFiles no

Uninstall

export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
dots rm -rf "$HOME"
rm -rf "$XDG_DATA_HOME"/dotfiles.git

Public Domain

In an effort to dedicate all of my work to the public domain, copyright and related rights worldwide are waived through the Blue Oak Model License 1.0.0 for software and the CC0 1.0 Universal public domain dedication for all other content. For the software, please ensure you comply with the terms of the license.

See COPYING for details.