https://github.com/mpratt/dotfiles
Yeah, you know the drill
https://github.com/mpratt/dotfiles
Last synced: over 1 year ago
JSON representation
Yeah, you know the drill
- Host: GitHub
- URL: https://github.com/mpratt/dotfiles
- Owner: mpratt
- Created: 2014-03-20T21:12:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T14:58:36.000Z (over 1 year ago)
- Last Synced: 2025-01-28T15:38:54.058Z (over 1 year ago)
- Language: Vim Script
- Homepage:
- Size: 3.87 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles
Hello Friend! You know kow this works..
## Overview
If you want to install my dotfiles, just run this:
```sh
git clone https://github.com/mpratt/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make setup
```
This will symlink the appropriate files in `.dotfiles` to your home directory.
Everything is configured and tweaked within `~/.dotfiles`.
The directories are selfexplanatory, bash has bash configuration files, Vim has my vim setup, etc etc.
To uninstall you can run:
```sh
cd ~/.dotfiles
make uninstall
```
There is another script used to configure my arch setup. (Yeah, ARCH BTW..)
```sh
cd ~/.dotfiles
make environment
```