Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.01 KB

dotfiles

🏡 Furnishings of my $HOME.

Requirements

curl and git must be installed. To push changes an SSH key must be added to GitHub.

Setup

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

Usage

The dot alias works like the normal git command.

Git

Include the .config/git/.gitconfig in you $HOME/.gitconfig with

Further reading