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-28 15:56:58 +02:00
.vim added some vim features 2015-06-27 23:08:27 +02:00
.zsh submdule update 2015-06-28 05:01:24 +02:00
.gitignore removed personalized stuff 2015-06-28 03:59:22 +02:00
.gitmodules added some vim features 2015-06-27 23:08:27 +02:00
.vimrc some more .vimrc stuff 2015-06-28 15:56:58 +02:00
.Xresources added .Xresources and enabled zsh-syntax-highlighting 2015-06-27 00:26:38 +02:00
.zshrc added aliases 2015-06-28 03:38:01 +02:00
README.md updated README 2015-06-28 04:08:10 +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
git submodule update --init --recursive

Existing files will not be overwritten!