Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josacar/dotfilestest
dotfilestest
https://github.com/josacar/dotfilestest
Last synced: 15 days ago
JSON representation
dotfilestest
- Host: GitHub
- URL: https://github.com/josacar/dotfilestest
- Owner: josacar
- Created: 2013-05-28T18:42:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T18:50:50.000Z (over 11 years ago)
- Last Synced: 2023-03-23T08:12:51.559Z (over 1 year ago)
- Language: Perl
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Overview
This repo is a skeleton/template/vanilla version of my dotfiles. It contains a
utility ([dfm](https://github.com/justone/dfm)) to help with managing and updating your dotfiles like I manage mine.## Using this repo
First, fork this repo.
Then, add your dotfiles:
$ git clone [email protected]:username/dotfiles.git .dotfiles
$ cd .dotfiles
$ # edit files
$ # edit files
$ git push origin masterFinally, to install your dotfiles onto a new system:
$ cd $HOME
$ git clone [email protected]:username/dotfiles.git .dotfiles
$ ./.dotfiles/bin/dfm # creates symlinks to install files## Full documentation
For more information, check out the [wiki](http://github.com/justone/dotfiles/wiki).
You can also run dfm --help.
## My dotfiles
My dotfiles are in the personal branch.