7e5aaf78fa
Fixed some markdown that wasn't complaint with github markdown
30 lines
765 B
Markdown
30 lines
765 B
Markdown
# My Dot Files #
|
|
## Usage ##
|
|
This is a set of dot files which means usage is generally as simple as put them in the default locations and your good.
|
|
However, the way I am using this repo comes from :https://news.ycombinator.com/item?id=11070797
|
|
|
|
In order to clone this repo use :
|
|
|
|
git clone --separate-git-dir=/home/$USER/.dot https://github.com/theflyingfool/dotfiles.git ~
|
|
|
|
If your using my alias file:
|
|
|
|
dot config --local status.showUntrackedFiles no
|
|
|
|
If your just using git:
|
|
|
|
git config --local status.showUntrackedFiles no
|
|
|
|
|
|
## Programs ##
|
|
Follows is a list of the programs with a configuation and any notes about them.
|
|
|
|
1. zshrc
|
|
* Activaly used
|
|
2. bashrc
|
|
* Not used, not really maintained.
|
|
3. tmux
|
|
* Activaly used
|
|
4. vim
|
|
* Activaly used
|