Added bin/cfgxport.sh and some fixes.
This commit is contained in:
parent
c9f650cacc
commit
818620d474
4 changed files with 62 additions and 8 deletions
15
README.md
15
README.md
|
|
@ -3,11 +3,11 @@ 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
|
||||
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
|
||||
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... ;)
|
||||
|
|
@ -15,7 +15,7 @@ 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
|
||||
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
|
||||
|
|
@ -41,3 +41,12 @@ If you want to see a list of all commands run:
|
|||
|
||||
home help
|
||||
|
||||
Install without using Git (requires 7zip)
|
||||
-----------------------------------------
|
||||
|
||||
cd ~
|
||||
wget https://hanez.org/files/home.7z
|
||||
7z x home.7z
|
||||
|
||||
done...!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue