mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-09 23:24:11 -08:00
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
|
|
```
|