blob: 4d0e959c9246936c0faf0263c35221e636b773c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# dotfiles
A Git repository to track my personal GNU/Linux dotfiles.
## Usage
Install these dotfiles to the current user on a new system like this:
```bash
cd ~ # switch to home folder
git clone --bare https://github.com/xengineering/dotfiles.git # 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)
logout # you have to log in again to make the changes take effect
```
|