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
2025-02-20 01:54:05 +01:00
.config menu update. 2025-02-20 01:54:05 +01:00
.emulationstation switched from quicknes to nestopia 2018-01-26 00:18:36 +01:00
.vim/autoload submodule cleanup 2018-01-04 20:06:37 +01:00
.zsh Lot of Zsh cleanups. 2024-09-02 02:00:52 +02:00
bin Added bin/procfiles.sh 2025-02-18 03:24:06 +01:00
.env Updated ruby path in .env 2024-10-15 23:42:14 +02:00
.gitignore Added bin/procfiles.sh 2025-02-18 03:24:06 +01:00
.gitmodules .gitmodules fixed. 2023-12-25 23:10:04 +01:00
.screenrc Added .screenrc. 2024-07-04 21:51:55 +02:00
.tmux.conf Fixed .xinitrc and switched from ctrl+x to ctrl+y as prefix. 2024-09-04 23:23:51 +02:00
.vimrc .vimrc disabled line numbers. 2023-01-19 22:48:56 +01:00
.xinitrc Removed my Xorg screen configuratio because this is different on all systems. 2024-09-06 13:55:21 +02:00
.Xresources added .Xresources and enabled zsh-syntax-highlighting 2015-06-27 00:26:38 +02:00
.zoha.toml Some zoha fixes. 2024-07-08 03:10:17 +02:00
.zshrc Merge branch 'master' of git.xw3.org:hanez/home 2024-12-23 19:53:41 +01:00
README.md README.md update. 2024-09-02 02:12:27 +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 git@git.xw3.org: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