.dotfiles/README.md

23 lines
243 B
Markdown
Raw Normal View History

2021-01-17 17:18:04 +00:00
# Dotfiles
2021-01-17 17:45:32 +00:00
# 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
```