dotfiles/README.md
2018-12-02 23:05:16 +08:00

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
```