summaryrefslogtreecommitdiff
path: root/README.md
blob: 4216551ac1cc0d6d1c51dc64d9f82f5377227002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

# dotfiles

A Git repository to track my personal GNU/Linux dotfiles.

## Usage

### Installation
```bash
    cd ~  # switch to home folder
    git clone --bare https://cgit.xengineering.eu/dotfiles  # clone the bare repository
    git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME checkout  # checkout dotfiles to your home 
                                                                  # (append '-f' to overwrite local ones)
	source ~/.bashrc  # enable configuration for current shell
```

### Update
```bash
    dotfiles pull
```