README: Update information

This commit is contained in:
Bill Niblock 2017-11-13 16:37:26 -05:00
parent ff6bc6e2f5
commit 5c03a7f4d9

View file

@ -3,13 +3,10 @@
Configuration files (often called dot-files because they start with a ".") for Configuration files (often called dot-files because they start with a ".") for
the applications I use on a regular basis. the applications I use on a regular basis.
More details about specific application configurations can be found in their
respective directories.
### Requirements ### Requirements
You'll need `make` for the automated linking of the dotfiles. You'll need `make` for the automated linking of the dotfiles. Obviously you'll
Obviously you'll need the related program for each config file to be applicable. need the related program for each config file to be applicable.
## Installation ## Installation
> 1. git clone git@github.com:VagabondAzulien/dotfiles.git > 1. git clone git@github.com:VagabondAzulien/dotfiles.git
@ -48,12 +45,20 @@ enable mouse mode, and have custom colors configured.
- clocks.sh: My custom status bar. Shows time for 4 different time zones. - clocks.sh: My custom status bar. Shows time for 4 different time zones.
### Git ### Git
My git configuration is a skeleton `gitconfig` file, and an always-growing
`gitignore` file. Unlike most other files, the `gitconfig` file isn't symlinked,
since it changes based on which machine I'm on.
### Bash ### Bash
My bash configuration includes a custom prompt, several PATH additions, and
several custom functions. Nothing crazy, nothing revolutionary, but definitely
some improvements for my environment.
The `bashrc-remote` file I use for any remote environments I'm in. The prompt is
different, and some of the functions aren't included.
## To-Do ## To-Do
* [ ] irssi config files * [ ] irssi config files
* [ ] Bash config files
* [ ] Improve makefile * [ ] Improve makefile
## License ## License