2015-03-09 17:28:20 +00:00
|
|
|
#Dot Files
|
|
|
|
|
2015-04-28 19:45:13 +00:00
|
|
|
Configuration files (often called dot-files because they start with a ".") for
|
|
|
|
the applications I use on a regular basis.
|
|
|
|
|
|
|
|
More details about specific application configurations can be found in their
|
|
|
|
respective directories.
|
|
|
|
|
2016-03-19 16:00:59 +00:00
|
|
|
###Requirements
|
2015-04-28 19:45:13 +00:00
|
|
|
|
2016-03-19 16:00:59 +00:00
|
|
|
You'll need `make` for the automated linking of the dotfiles.
|
|
|
|
Obviously you'll need the related program for each config file to be applicable.
|
2015-04-28 19:45:13 +00:00
|
|
|
|
2016-03-19 16:00:59 +00:00
|
|
|
##Installation
|
2015-04-28 19:45:13 +00:00
|
|
|
> 1. git clone git@github.com:VagabondAzulien/dotfiles.git
|
|
|
|
>
|
|
|
|
> 2. cd dotfiles
|
|
|
|
>
|
2016-03-19 16:00:59 +00:00
|
|
|
> 3. Type `make` to see your options
|
2015-04-28 19:45:13 +00:00
|
|
|
|
|
|
|
##Applications Configured
|
2015-10-27 23:20:22 +00:00
|
|
|
* Vim \[ vim/vim/ => ~/.vim \]\[ vim/vimrc => ~/.vimrc \]\[ vim/vimrc.bundles =>
|
|
|
|
~/.vimrc.bundles \]
|
2015-06-27 21:39:31 +00:00
|
|
|
* Git \[ git/gitconfig => ~/.gitconfig \]\[ git/gitignore => ~/.gitignore \]
|
2015-10-27 22:21:59 +00:00
|
|
|
* Tmux \[ tmux/tmux.conf => ~/.tmux.conf \]
|
2015-03-09 17:28:20 +00:00
|
|
|
|
2015-04-23 01:52:00 +00:00
|
|
|
##To-Do
|
|
|
|
* [ ] irssi config files
|
2016-03-19 16:00:59 +00:00
|
|
|
* [ ] Bash config files
|
|
|
|
* [ ] Improve makefile
|
2015-06-27 20:12:05 +00:00
|
|
|
|
2016-03-19 16:00:59 +00:00
|
|
|
##License
|
|
|
|
All files are licensed under the [WTFPL](http://www.wtfpl.net/), the full
|
2015-03-09 17:28:20 +00:00
|
|
|
license text of which can be found below.
|
|
|
|
|
|
|
|
> **DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE**
|
|
|
|
>
|
|
|
|
> _Version 2, December 2004_ ||
|
|
|
|
> _Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>_
|
|
|
|
>
|
|
|
|
> Everyone is permitted to copy and distribute verbatim or modified
|
|
|
|
> copies of this license document, and changing it is allowed as long
|
|
|
|
> as the name is changed.
|
|
|
|
>
|
|
|
|
> DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
|
|
> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
|
|
>
|
|
|
|
> 0. You just DO WHAT THE FUCK YOU WANT TO.
|