aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2024-08-16 15:42:28 +0500
committerAnton Bobov <anton@bobov.name>2024-08-16 15:42:56 +0500
commita554d45fccadfa7f900b1272beeb93b838c6148b (patch)
tree4a93880bd7822a02b840c3283aabc92ab484aef4
parent67fb93e0d65dbf9cf2b491455fc247156fa67699 (diff)
readme: Add readme file
-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
+```