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-08-28 19:32:02 +02:00
.config/awesome octvae --force-gui fix 2015-08-28 19:32:02 +02:00
.vim added some vim features 2015-06-27 23:08:27 +02:00
.zsh just some info stuff... grrr 2015-07-10 01:05:42 +02:00
.config.lua just added an idea for locally defined vars like the thermal_zone 2015-08-19 07:29:30 +02:00
.gitignore just added an idea for locally defined vars like the thermal_zone 2015-08-19 07:29:30 +02:00
.gitmodules added some vim features 2015-06-27 23:08:27 +02:00
.vimrc disabled autoloading of nerdtree in vim 2015-07-11 01:16:55 +02:00
.xinitrc .xinitrc cleanups 2015-07-09 23:36:41 +02:00
.Xresources added .Xresources and enabled zsh-syntax-highlighting 2015-06-27 00:26:38 +02:00
.zshrc added some git aliases 2015-08-14 05:10:44 +02:00
README.md added a default wallpaper to my awesoem theme 2015-07-25 05:08:00 +02:00

This is my $HOME

This repository contains my complete configuration for awesome, Zsh, Vim etc.

It is actually a work in progress because I try to migrate stuff used in more then 15 years to a new and fresh $HOME setup. Don't wonder why some parts look stupid... ;)

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... ;)

I am using a lot of Git submodules so take care of the licenses of each project.

I use a default wallpaper provided by Willi Thiel licensed under CC BY-BC-SA 2.0 (https://creativecommons.org/licenses/by-nc-sa/2.0/). The source for this image is: https://willithiel.photography/photo/31c3-saal-3

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!

Keep your $HOME up to date

The Zsh configuration provides a command named "home" to keep things up to date. The following command updates your home and all submodules.

home up

If you want to see a list of all commands run:

home help