1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00
User configuration files - mirror of github.com/hcartiaux/dotfiles
Find a file
2013-09-16 15:13:17 +02:00
bash README.md and random comments: use https whenever possible 2013-09-16 15:13:17 +02:00
git README.md and random comments: use https whenever possible 2013-09-16 15:13:17 +02:00
mail [mail] Signatures 2013-07-26 11:35:18 +02:00
screen [screen] Initial commit 2013-05-02 23:39:08 +02:00
ssh [install+ssh] SSH config 2013-08-21 15:18:56 +02:00
tmux [tmux] Initial commit 2013-05-02 23:38:33 +02:00
vim [vim] vimrc improvement, new plugins 2013-07-26 11:22:22 +02:00
zsh [zsh] Default language locale en_US.UTF-8 2013-09-16 11:40:06 +02:00
aurvote [install] Copy the aurvote file 2013-08-21 14:54:09 +02:00
install.sh [install] Fix the ssh config generation 2013-08-21 15:36:48 +02:00
README.md README.md and random comments: use https whenever possible 2013-09-16 15:13:17 +02:00

-- mode: markdown; mode: auto-fill; fill-column: 80 --

README.md


Hyacinthe Cartiaux Dot Files

These are my configuration files for bash, git, vim etc. so as to set up a system the way I like it.

In the sequel, when providing a command, $> denotes a prompt and is not part of the commands.

Pre-requisites

You should install the following elements to use the full functionality of these config files:

  • zsh
  • zsh-completions
  • bash
  • bash-completions
  • screen
  • tmux
  • git
  • subversion
  • vim
  • ssh

Installation

Run the following commands:

$> git clone https://github.com/hcartiaux/dotfiles.git ~/.dotfiles
$> ~/.dotfiles/install.sh

Environment

I am running primarily on Archlinux, otherwise on Debian so these config files will likely work on your system, eventually with a little tweaking.

BUGS

Find a bug? Just post a new issue on Github!

DISCLAIMER

My dotfiles are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

AUTHOR

Hyacinthe Cartiaux, using various contributions on the Internet, in particular:

As often, I release these files under GNU GPL Licence v3. You may use, modify, and/or redistribute them under the terms of the GPL Licence v3.