๐ก Furnishings of my $HOME.
gitmust be installed.- To push changes an SSH key must be added to GitHub.
In $HOME execute the following command:
- Clone the repo
or
git clone git@github.com:david-haerer/dotfiles.git
git clone https://github.com/david-haerer/dotfiles.git
- Copy the
.gitfoldercp $HOME/dotfiles/.git $HOME/.dotfiles.git
- Set the dot alias.
alias dot="git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME"
- Restore the working directory.
dot restore $HOME
The dot alias works like the normal git command.
Include the .config/git/.gitconfig in you $HOME/.gitconfig with