AndydeCleyre / archbuilder_iosevka

The Unlicense
3 stars 14 forks source link

sos #2

Open nieqqo opened 3 days ago

nieqqo commented 3 days ago

Oh, this is just horrible! It seems like in my life, things never quite go the way I want them to. But I'd love to learn how to use your customizer so that I could try again. I ended up not liking what I put together, so I'm hoping I can make it better!

I'm not a native English speaker, but I understand it well enough. However, when we start using some complicated terms, I get lost and don't understand anything. Could you please explain to me right from the beginning what I need to do? I mean, when you have already got the code with settings for customization.

nieqqo commented 3 days ago

I've forked the customizer, so now what?

AndydeCleyre commented 3 days ago

What OS are you using? Have you used a terminal before?

nieqqo commented 3 days ago

What OS are you using? Have you used a terminal before?

I've got Windows 10 Pro, but it's not activated. I haven't actually used the terminal at all.

AndydeCleyre commented 3 days ago

OK, here's what I suggest:

$ git config --global user.email "you@example.com"
$ git config --global user.name "Your Name"
$ explorer.exe .
nieqqo commented 3 days ago
  • Install WSL, which will give you a mini Linux system to work in. The default flavor, Ubuntu, is fine.

I'm already having some issues with this. Despite following the tutorial to the letter, I'm unable to complete the installation.

nieqqo commented 3 days ago
  • Install WSL, which will give you a mini Linux system to work in. The default flavor, Ubuntu, is fine.

I'm already having some issues with this. Despite following the tutorial to the letter, I'm unable to complete the installation.

sudo : The name “sudo” is not recognized as the name of a cmdlet, function, script file or executable program. Check the spelling of the name and the presence and correctness of the path, then try again.
If the name is spelled correctly, and if the path is present and correct, then try again.
line:1 character:1
+ sudo apt install build-essential flex bison dwarves libssl-dev libelf ...
+ ~~~~
    + CategoryInfo : ObjectNotFound: (sudo:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

😭

AndydeCleyre commented 3 days ago
  1. That linked page doesn't include any direction to use sudo or apt, so I don't know which directions you're following.
  2. That looks like you are running Linux commands but in Windows Powershell, instead of the Linux system. Please check the header Ways to run multiple Linux distributions with WSL on that page linked in your quote, where it says:

There are several ways to run your Linux distributions once installed:

for ways to launch the WSL.

nieqqo commented 3 days ago
  1. That linked page doesn't include any direction to use sudo or apt, so I don't know which directions you're following.
  2. That looks like you are running Linux commands but in Windows Powershell, instead of the Linux system. Please check the header Ways to run multiple Linux distributions with WSL on that page linked in your quote, where it says:

There are several ways to run your Linux distributions once installed:

for ways to launch the WSL.

I've been trying to get this to work, but I'm having some issues. The installation seems to have stopped at 16% and nothing is happening. It's been like this for about 40 minutes.

AndydeCleyre commented 3 days ago

If you can't' get WSL working, you may have luck with git bash instead. I don't know if it comes with Python out of the box, though.

nieqqo commented 2 days ago

If you can't' get WSL working, you may have luck with git bash instead. I don't know if it comes with Python out of the box, though.

I installed it!!

nieqqo commented 2 days ago

I installed it!!

I'm trying to do

git clone <https://github.com/nieqqo/archbuilder_iosevka>
cd archbuilder_iosevka

but it's giving me bash: syntax error near unexpected token 'newline'

AndydeCleyre commented 2 days ago

Don't use the angled brackets.

nieqqo commented 1 day ago

Don't use the angled brackets.

I did it! What now?

AndydeCleyre commented 1 day ago

Go back to the README and try to follow the rest of the steps, with some additional tips in this comment. Let me know which step gives you grief next.

nieqqo commented 1 day ago

Go back to the README and try to follow the rest of the steps, with some additional tips in this comment. Let me know which step gives you grief next.

bash: vars.nt: command not found help?/?\😭

AndydeCleyre commented 1 day ago

That's a file name, and you should not try to run it as a command. If you are in the repo folder in git bash, try this and see if it shows you the files in your usual file explorer, so you can edit with your favorite editor.

explorer .
nieqqo commented 1 day ago

That's a file name, and you should not try to run it as a command. If you are in the repo folder in git bash, try this and see if it shows you the files in your usual file explorer, so you can edit with your favorite editor.

explorer .

Yes! It worked!

nieqqo commented 1 day ago

That's a file name, and you should not try to run it as a command. If you are in the repo folder in git bash, try this and see if it shows you the files in your usual file explorer, so you can edit with your favorite editor.

explorer .

Yes! It worked!

what now??

nieqqo commented 1 day ago

what now??

Do I need to install Python? Bcs it's telling me Python was not found but can be installed from the Microsoft Store: ms-windows-store://pdp/?productid=9NJ46SX7X90P to $ ./mk/buildpkg.yml.sh

nieqqo commented 1 day ago

what now??

Do I need to install Python? Bcs it's telling me Python was not found but can be installed from the Microsoft Store: ms-windows-store://pdp/?productid=9NJ46SX7X90P to $ ./mk/buildpkg.yml.sh

i edited vars.nt what next?

AndydeCleyre commented 1 day ago

You need to have Python, yes. I don't know the best way to install or invoke it in git bash for Windows, as I've never used it and don't have access to Windows.

AndydeCleyre commented 23 hours ago

Sorry I don't have a Windows system to test things on. If you get WSL working it'll be simpler.

nieqqo commented 15 hours ago

Sorry I don't have a Windows system to test things on. If you get WSL working it'll be simpler.

This is taking a long time. I actually installed Windows Terminal and am now installing Ubuntu because I need a Linux distribution.

nieqqo commented 15 hours ago

I also want to thank you for all your help so far, even though we haven't finished yet. I just wanted to say thanks for spending your time helping me out over the last 3 or 4 days.