.dotfiles/README.md
2022-11-12 21:13:02 +00:00

31 lines
330 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
```