54 lines
1.6 KiB
Markdown
54 lines
1.6 KiB
Markdown
#Dot Files
|
|
|
|
Configuration files (often called dot-files because they start with a ".") for
|
|
the applications I use on a regular basis.
|
|
|
|
No special pre-requisites, that I'm aware of. The `install` script requires
|
|
Python. Of course, the configuration files require the related applications
|
|
to be applicable.
|
|
|
|
More details about specific application configurations can be found in their
|
|
respective directories.
|
|
|
|
##dotbot
|
|
To assist with organization, I utilize
|
|
[dotbot](https://github.com/anishathalye/dotbot) for automation.
|
|
|
|
##Installation
|
|
To integrate *all* dotfiles in this repo:
|
|
|
|
> 1. git clone git@github.com:VagabondAzulien/dotfiles.git
|
|
>
|
|
> 2. cd dotfiles
|
|
>
|
|
> 3. ./install
|
|
|
|
##Applications Configured
|
|
* Vim \[ vim/vim/ => ~/.vim \]\[ vim/vimrc => ~/.vimrc \]
|
|
* Git \[ git/gitconfig => ~/.gitconfig \]\[ git/gitignore => ~/.gitignore \]
|
|
* Tmux \[ tmux/tmux.conf => ~/.tmux.conf \]
|
|
|
|
##To-Do
|
|
* [ ] irssi config files
|
|
* [ ] shell config files
|
|
|
|
#Licenses
|
|
Dotbot is (c) Anish Athalye, and licensed under the [MIT
|
|
License](https://github.com/anishathalye/dotbot/blob/master/LICENSE.md).
|
|
|
|
All other files are licensed under the [WTFPL](http://www.wtfpl.net/), the full
|
|
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.
|