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-24 22:17:56 +02:00
.gnupg added public pgp key 2015-04-13 23:56:04 +02:00
.oh-my-zsh@599831b85a switching to oh-my-zsh 2015-06-24 22:17:56 +02:00
.gitignore switching to oh-my-zsh 2015-06-24 22:17:56 +02:00
.gitmodules switching to oh-my-zsh 2015-06-24 22:17:56 +02:00
.signature added .signature 2015-04-14 00:27:20 +02:00
.vimrc Added .vimrc 2015-06-13 02:39:32 +02:00
.zshrc switching to oh-my-zsh 2015-06-24 22:17:56 +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!