Skip to content

james-j-obrien/dotfiles

Repository files navigation

dotfiles

A collection of my various dotfiles for my Arch Linux setup

https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/

git clone --bare https://github.com/james-j-obrien/dotfiles.git $HOME/.cfg
function config {
   /usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
}
mkdir -p .config-backup
config checkout
if [ $? = 0 ]; then
  echo "Checked out config.";
  else
    echo "Backing up pre-existing dot files.";
    config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | xargs -I{} mv {} .config-backup/{}
fi;
config checkout
config config status.showUntrackedFiles no

About

A collection of my various dotfiles for my Arch Linux setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published