Updated Dotfiles location

This commit is contained in:
2022-11-12 21:13:02 +00:00
parent 0040da9508
commit 1fd34083d4
2 changed files with 15 additions and 14 deletions
+10 -9
View File
@@ -1,28 +1,29 @@
# Dotfiles
# Installation
### Download and change folder
## Installation
#### Download and change folder
```
cd ~
git clone https://github.com/ncltech/dotfiles.git
git clone https://git.ncltech.co.uk/phil/dotfiles.git .dotfiles
cd dotfiles
```
### Run install
#### Run install
```
cd ~/.dotfiles/
./install.sh
```
# Uninstallation
## Uninstallation
### Change to dotfiles folder
#### Change to dotfiles folder
```
cd ~/dotfiles
cd ~/.dotfiles
```
### Run uninstaller
#### Run uninstaller
```
cd ~/.dotfiles/
./uninstall.sh