aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5d65764948c257220ba1800282d47bebf834ab20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# dotfiles

## Install

```sh
git clone https://github.com/abobov/dotfiles.git ~/.dotfiles
~/.dotfiles/install
```

## Dependencies

* `git`
* `python3`
* `tmux`
* `vim`
* `zsh`

### Debian

```sh
apt update && apt install git python3 tmux zsh vim
chsh -s /usr/bin/zsh
```