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