aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5d65764
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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
+```