diff options
| author | Anton Bobov <anton@bobov.name> | 2024-08-16 15:42:28 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-08-16 15:42:56 +0500 |
| commit | a554d45fccadfa7f900b1272beeb93b838c6148b (patch) | |
| tree | 4a93880bd7822a02b840c3283aabc92ab484aef4 /README.md | |
| parent | 67fb93e0d65dbf9cf2b491455fc247156fa67699 (diff) | |
readme: Add readme file
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
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 +``` |
