This commit is contained in:
TheK4n 2023-10-17 23:11:56 +03:00
parent 685f7bdade
commit ddc169dff3

View File

@ -90,8 +90,27 @@ echo "Hello $USER!"
```bash ```bash
git clone https://github.com/TheK4n/dotfiles git clone https://github.com/TheK4n/dotfiles
cd 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
<h1 align="center"><a href="#top"></a></h1> <h1 align="center"><a href="#top"></a></h1>