https://github.com/dhui/dotfiles
Stores my configuration so it's portable
https://github.com/dhui/dotfiles
Last synced: 9 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T06:54:19.000Z (over 2 years ago)
- Last Synced: 2025-02-10T09:13:08.683Z (11 months ago)
- Language: Emacs Lisp
- Size: 3.39 MB
- Stars: 0
- Watchers: 2
- 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
```