forked from mudhorn/dotfiles
25 lines
284 B
Markdown
25 lines
284 B
Markdown
# Installation
|
|
### Download and change folder
|
|
```
|
|
cd ~
|
|
git clone https://github.com/flipsidecreations/dotfiles.git
|
|
|
|
cd dotfiles
|
|
```
|
|
### Run install
|
|
```
|
|
./install.sh
|
|
```
|
|
|
|
# Uninstallation
|
|
|
|
### Change to dotfiles folder
|
|
```
|
|
cd ~/dotfiles
|
|
```
|
|
|
|
### Run uninstaller
|
|
```
|
|
./uninstall.sh
|
|
```
|