Skip to content

david-haerer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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