https://github.com/lawrencesystems/dotfiles
Lawrence Systems Dot Files
https://github.com/lawrencesystems/dotfiles
Last synced: 7 days ago
JSON representation
Lawrence Systems Dot Files
- Host: GitHub
- URL: https://github.com/lawrencesystems/dotfiles
- Owner: lawrencesystems
- Fork: true (pgporada/dotfiles)
- Created: 2015-12-12T16:58:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T14:13:50.000Z (4 months ago)
- Last Synced: 2025-04-06T09:05:48.834Z (8 days ago)
- Language: Shell
- Homepage:
- Size: 104 KB
- Stars: 293
- Watchers: 36
- Forks: 195
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - dotfiles
README
# Installation
### Download and change folder
```
cd ~
git clone https://github.com/flipsidecreations/dotfiles.gitcd dotfiles
```
### Run install
```
./install.sh
```# Uninstallation
### Change to dotfiles folder
```
cd ~/dotfiles
```### Run uninstaller
```
./uninstall.sh
```