dotfiles - This repository contains my complete configuration for awesome, Zsh, Vim etc...
  • Lua 71.2%
  • Vim Script 22.6%
  • Shell 6.2%
Find a file
2015-06-27 23:41:19 +02:00
.gnupg added public pgp key 2015-04-13 23:56:04 +02:00
.vim added some vim features 2015-06-27 23:08:27 +02:00
.zsh added some more zsh and vim stuff 2015-06-27 23:22:54 +02:00
.gitignore added some vim features 2015-06-27 23:08:27 +02:00
.gitmodules added some vim features 2015-06-27 23:08:27 +02:00
.signature .signature update 2015-06-27 01:47:04 +02:00
.vimrc some more vimrc stuff 2015-06-27 23:41:19 +02:00
.Xresources added .Xresources and enabled zsh-syntax-highlighting 2015-06-27 00:26:38 +02:00
.zshrc added some more zsh and vim stuff 2015-06-27 23:22:54 +02:00
README.md added stuff to README 2015-06-13 03:35:16 +02:00

This is my $HOME

It is a special configured repository where every file is ignored in .gitignore. Only files I am sharing accross users/systems are "unignored".

This repo is for my personal use only. Feel free to take a look... ;)

Clone to your $HOME

cd ~
git init .
git remote add -t \* -f origin https://github.com/hanez/home.git
git checkout master

Existing files will not be overwritten!