add ~/bin to path & update README
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[ -z "$PS1" ] && return
|
[ -z "$PS1" ] && return
|
||||||
|
|
||||||
#PATH=$PATH:$HOME/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:
|
# path
|
||||||
|
PATH=$PATH:$HOME/bin:
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
|
|||||||
23
README.md
23
README.md
@@ -2,28 +2,17 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This repo is a skeleton/template repo for tracking my dotfiles. It contains a utility ([dfm](https://github.com/justone/dfm)) to help with managing and
|
This repo is a store for my dotfiles.
|
||||||
updating your dotfiles.
|
|
||||||
|
It contains a utility ([dfm](https://github.com/justone/dfm)) to help with managing and updating your dotfiles.
|
||||||
|
For more information, check out the [wiki](http://github.com/justone/dotfiles/wiki).
|
||||||
|
|
||||||
## Using this repo
|
## Using this repo
|
||||||
|
|
||||||
First, fork this repo.
|
First, fork this repo.
|
||||||
|
|
||||||
Then, add your dotfiles:
|
## Install
|
||||||
|
|
||||||
$ git clone https://github.com/Eragos/dotfiles.git .dotfiles
|
$ git clone https://github.com/Eragos/dotfiles.git .dotfiles
|
||||||
$ cd .dotfiles
|
$ .dotfiles/bin/dfm install
|
||||||
$ # add and edit files you want
|
|
||||||
$ git push origin master
|
|
||||||
|
|
||||||
Finally, to install your dotfiles onto a new system:
|
|
||||||
|
|
||||||
$ cd $HOME
|
|
||||||
$ git clone git@github.com:username/dotfiles.git .dotfiles
|
|
||||||
$ ./.dotfiles/bin/dfm install # creates symlinks to install files
|
|
||||||
|
|
||||||
## Full documentation
|
|
||||||
|
|
||||||
For more information, check out the [wiki](http://github.com/justone/dotfiles/wiki).
|
|
||||||
|
|
||||||
You can also run <tt>dfm --help</tt>.
|
|
||||||
Reference in New Issue
Block a user