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 01:24:59 +02:00
.gnupg added public pgp key 2015-04-13 23:56:04 +02:00
.oh-my-zsh@d196be84fa submodule update 2015-06-26 22:00:28 +02:00
.zsh add .zsh/ for any custom zsh stuff containing some git submodules; moved zsh-syntax-highlighting .zsh/ to not stay in oh-my-zsh dir anymore 2015-06-27 01:09:04 +02:00
.gitignore add .zsh/ for any custom zsh stuff containing some git submodules; moved zsh-syntax-highlighting .zsh/ to not stay in oh-my-zsh dir anymore 2015-06-27 01:09:04 +02:00
.gitmodules .gitmodules protocol fix 2015-06-27 01:24:59 +02:00
.signature added .signature 2015-04-14 00:27:20 +02:00
.vimrc Added .vimrc 2015-06-13 02:39:32 +02:00
.Xresources added .Xresources and enabled zsh-syntax-highlighting 2015-06-27 00:26:38 +02:00
.zshrc zsh-syntax fix and cleanups 2015-06-27 01:21:31 +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!