https://github.com/dhui/dotfiles
Stores my configuration so it's portable
https://github.com/dhui/dotfiles
Last synced: 3 months ago
JSON representation
Stores my configuration so it's portable
- Host: GitHub
- URL: https://github.com/dhui/dotfiles
- Owner: dhui
- Created: 2013-06-07T08:54:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T04:29:06.000Z (about 1 year ago)
- Last Synced: 2025-04-24T05:26:17.812Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
========
Stores my configuration so it's portable
Usage
========
Fetch the git repo
```bash
cd ~ && git clone git://github.com/dhui/dotfiles.git
```
Install/update the dotfiles
```bash
cd ~ && ./dotfiles/install.sh
```
Uninstall the dotfiles
```bash
cd ~ && ./dotfiles/uninstall.sh
```