Updated Dotfiles location
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user