mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2025-03-05 20:49:40 -08:00
Does not look like my code being used for original so keeping fork running for our own PC/Servers at this time.
25 lines
274 B
Markdown
25 lines
274 B
Markdown
# Installation
|
|
### Download and change folder
|
|
```
|
|
cd ~
|
|
git clone https://github.com/Paulser/dotfiles.git
|
|
|
|
cd dotfiles
|
|
```
|
|
### Run install
|
|
```
|
|
./install.sh
|
|
```
|
|
|
|
# Uninstallation
|
|
|
|
### Change to dotfiles folder
|
|
```
|
|
cd ~/dotfiles
|
|
```
|
|
|
|
### Run uninstaller
|
|
```
|
|
./uninstall.sh
|
|
```
|