From ddc169dff3583ab3fdc5235fa7da03a726b610c3 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Tue, 17 Oct 2023 23:11:56 +0300 Subject: [PATCH] doc --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b72249..332eb05 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,27 @@ echo "Hello $USER!" ```bash git clone https://github.com/TheK4n/dotfiles cd dotfiles -./install bash zsh ... +./install zsh nvim ... ``` +## Installation script + +### Features +1. Installing files from dotfiles/home/user to $HOME +2. Uninstalling installed files + +### Dependencies +* bash +* coreutils +* diffutils +* grep + + +### Optional dependencies +* git +* wget +* unzip + +