Added files and Installer

This commit is contained in:
2021-01-17 17:45:32 +00:00
parent bbc13f56bc
commit 3763304a1a
7 changed files with 352 additions and 0 deletions
+20
View File
@@ -1,2 +1,22 @@
# Dotfiles
# Installation
### Download and change folder
```
cd ~
git clone https://github.com/ncltech/dotfiles.git
cd dotfiles
```
### Run install
```
./install.sh
```
# Uninstallation
### Change to dotfiles folder
```
Working on it
```