dotfiles/README.md

1013 B

git3moji–v1.0

dotfiles (WIP)

This repository contains my dotfiles. They are managed by using git clone --bare, see for example How to Store Dotfiles - A Bare Git Repository | Atlassian Git Tutorial.

Files (info)

On a new machine

  1. install git
  2. cd ~
  3. git clone --bare --depth 1 --recurse-submodules --shallow-submodules git@jaandrle.cz:jaandrle/dotfiles.git ~/.dotfiles
  4. alias gitdotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
  5. gitdotfiles config --local status.showUntrackedFiles no
  6. you may also need to use
    1. gitdotfiles reset (git-dotfiles reset --hard HEAD)
    2. gitdotfiles checkout -f
    3. gitdotfiles submodule update --init --recursive