2015-12-12 09:05:10 -08:00
|
|
|
# Installation
|
2018-07-18 05:14:18 -07:00
|
|
|
### Download and change folder
|
2015-12-12 09:05:10 -08:00
|
|
|
```
|
2018-03-26 06:40:38 -07:00
|
|
|
cd ~
|
2015-12-12 12:11:58 -08:00
|
|
|
git clone https://github.com/flipsidecreations/dotfiles.git
|
2018-03-26 06:17:04 -07:00
|
|
|
|
2018-03-26 06:40:38 -07:00
|
|
|
cd dotfiles
|
2018-07-18 05:13:49 -07:00
|
|
|
```
|
2018-12-02 07:05:16 -08:00
|
|
|
### Run install
|
2018-07-18 05:13:49 -07:00
|
|
|
```
|
2018-07-18 05:09:57 -07:00
|
|
|
./install.sh
|
2015-12-12 09:05:10 -08:00
|
|
|
```
|
|
|
|
|
2018-12-02 07:05:16 -08:00
|
|
|
# Uninstallation
|
|
|
|
|
|
|
|
### Change to dotfiles folder
|
|
|
|
```
|
|
|
|
cd ~/dotfiles
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run uninstaller
|
|
|
|
```
|
|
|
|
./uninstall.sh
|
|
|
|
```
|