.dotfiles/README.md

31 lines
333 B
Markdown

# Dotfiles
## Installation
#### Download and change folder
```
cd ~
git clone https://git.ncltech.co.uk/phil/.dotfiles.git ~/.dotfiles
```
#### Run install
```
cd ~/.dotfiles/
./install.sh
```
## Uninstallation
#### Change to dotfiles folder
```
cd ~/.dotfiles
```
#### Run uninstaller
```
cd ~/.dotfiles/
./uninstall.sh
```