🏡 Furnishings of my $HOME
.
curl
and git
must be installed.
To push changes an SSH key must be added to GitHub.
In $HOME
execute the following command:
curl -sSL https://dotfiles.haerer.dev | sh
alias dot="git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME"
dot pull
Once you have your SSH key setup, you have to change the remote URL:
dot-update-remote-url
Install a basic set of dependencies with:
setup
The dot
alias works like the normal git
command.
Include the .config/git/.gitconfig
in you $HOME/.gitconfig
with