Linux
Linux copied to clipboard
Change Folders
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
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;
Thumbs up
:8ball: