Linux icon indicating copy to clipboard operation
Linux copied to clipboard

Change Folders

Open githubrsys opened this issue 11 years ago • 2 comments

Hi,

it would be wise to rearrange your folders so that with a git clone command the theme is directly cloned.

Take this as a blueprint. - https://github.com/rhoconlinux/Blumix

By the way, the ninja install method has some advantages for newbies. Why no also use here

Push every project to an individual repo. So everything is an stays clean.

And

githubrsys avatar Apr 25 '14 14:04 githubrsys

Ninja install

wget

wget https://raw.githubusercontent.com/xenatt/Linux/master/xenlism.install -O ~/xenlism.install;sh ~/xenlism.install;

curl

curl -s https://raw.githubusercontent.com/xenatt/Linux/master/xenlism.install -o ~/xenlism.install;sh ~/xenlism.install;

xenatt avatar Apr 25 '14 16:04 xenatt

Thumbs up

:8ball:

githubrsys avatar Apr 25 '14 16:04 githubrsys