A collection of my dot-files
Find a file
2017-08-15 22:33:55 -04:00
bash bashrc: Organiation 2017-07-05 14:43:45 -04:00
firefox firefox: remove vimperator 2017-08-15 22:33:55 -04:00
git gitconfig: Remove templates configs 2017-07-28 18:41:47 -04:00
tmux tmux: Clean-up 2017-08-15 22:31:58 -04:00
vim Fidgeting 2017-08-15 18:37:22 -04:00
.gitignore Fidgeting 2017-01-27 20:52:36 -05:00
makefile Enhance makefile to check for links before linking, to avoid make errors. 2016-03-20 16:53:25 -04:00
README.md Remove dotbot and update README with new instructions 2016-03-19 12:00:59 -04:00

#Dot Files

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.

###Requirements

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.

##Installation

  1. git clone git@github.com:VagabondAzulien/dotfiles.git

  2. cd dotfiles

  3. Type make to see your options

##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
  • Bash config files
  • Improve makefile

##License All 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.