.dotfiles/README.md

31 lines
322 B
Markdown
Raw Normal View History

2021-01-17 17:18:04 +00:00
# Dotfiles
2022-11-12 21:13:02 +00:00
## Installation
#### Download and change folder
2021-01-17 17:45:32 +00:00
```
cd ~
git clone https://git.ncltech.co.uk/phil/.dotfiles.git
2021-01-17 17:45:32 +00:00
```
2022-11-12 21:13:02 +00:00
#### Run install
2021-01-17 17:45:32 +00:00
```
2022-11-12 21:13:02 +00:00
cd ~/.dotfiles/
2021-01-17 17:45:32 +00:00
./install.sh
```
2021-01-17 17:48:18 +00:00
2022-11-12 21:13:02 +00:00
## Uninstallation
2021-01-17 17:45:32 +00:00
2022-11-12 21:13:02 +00:00
#### Change to dotfiles folder
2021-01-17 17:45:32 +00:00
```
2022-11-12 21:13:02 +00:00
cd ~/.dotfiles
2021-01-17 17:45:32 +00:00
```
2022-11-12 21:13:02 +00:00
#### Run uninstaller
2021-01-17 17:48:18 +00:00
```
2022-11-12 21:13:02 +00:00
cd ~/.dotfiles/
2021-01-17 17:48:18 +00:00
./uninstall.sh
2021-10-07 17:37:51 +00:00
2021-12-06 18:46:31 +00:00
2021-01-17 17:48:18 +00:00
```