home/README.md

55 lines
1.4 KiB
Markdown
Raw Normal View History

2015-06-13 02:55:08 +02:00
This is my $HOME
================
2025-08-10 03:48:40 +02:00
This repository contains my configuration for awesome, Zsh, Vim, etc.
2025-07-03 02:51:45 +02:00
It is a special configured repository where every file is ignored in
2015-06-13 03:35:16 +02:00
.gitignore. Only files I am sharing accross users/systems are "unignored".
2015-06-13 02:55:08 +02:00
2025-08-10 03:53:33 +02:00
This is basically what I share to all my systems... Even my Android phone is
using this dotfiles repository in Termux and proot-distro.
2015-06-13 02:55:08 +02:00
2025-08-10 03:48:40 +02:00
I am using some 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
2025-07-03 02:51:45 +02:00
2.0 (https://creativecommons.org/licenses/by-nc-sa/2.0/). The source for this
image is: https://willithiel.photography/photo/31c3-saal-3
2015-06-13 03:35:16 +02:00
Clone to your $HOME
-------------------
cd ~
git init .
2024-09-02 02:12:27 +02:00
git remote add -t \* -f origin git@git.xw3.org:hanez/home.git
2015-06-13 03:35:16 +02:00
git checkout master
2015-06-28 04:08:10 +02:00
git submodule update --init --recursive
2015-06-13 03:35:16 +02:00
Existing files will not be overwritten!
2025-08-10 03:44:48 +02:00
Vim setup
---------
2025-08-10 03:48:40 +02:00
Start vim
:PlugInstall
2025-08-10 03:44:48 +02:00
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
2025-07-03 02:51:45 +02:00
Install without using Git (requires 7zip)
-----------------------------------------
cd ~
wget https://hanez.org/files/home.7z
7z x home.7z
done...!