A collection of my dot-files
Find a file
Bill Niblock cf8c5e78a6 Modify configs
- Updated vimrc to point to in-repo files, for Fugitive
- Modified tmux status bar to include better details
     - Created clocks.sh to show multiple timezones
     - Added to right-side of tmux status bar
2015-11-07 17:00:15 -05:00
bash General update 2015-10-27 18:21:59 -04:00
dotbot@db8364490d Implement dotbot 2015-04-28 16:14:32 -04:00
git Add gitignore file 2015-05-01 11:17:25 -04:00
tmux Modify configs 2015-11-07 17:00:15 -05:00
vim Modify configs 2015-11-07 17:00:15 -05:00
.gitignore Update Vim to use Vundle, thus removed many submodules 2015-10-27 19:10:16 -04:00
.gitmodules Update Vim to use Vundle, thus removed many submodules 2015-10-27 19:10:16 -04:00
install Implement dotbot 2015-04-28 16:14:32 -04:00
install.conf.yaml Update configs 2015-11-03 20:38:01 -05:00
README.md Update README files. 2015-10-27 19:21:05 -04:00

#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 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 ][ vim/vimrc.bundles => ~/.vimrc.bundles ]
  • 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.

All other files are licensed under the WTFPL, 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.