catppuccin / windows-files

🍪 Soothing pastel theme for Windows Files
MIT License
104 stars 4 forks source link

Unable to run the command provided to install. #9

Closed wilsonwan closed 4 months ago

wilsonwan commented 6 months ago

. { Invoke-WebRequest -UseBasicParsing https://github.com/catppuccin/windows-files/raw/main/install.ps1 } | iex

The command above gives me the follow error after choosing whether If i want to use flat appearance or not.

image

coteyka1209 commented 6 months ago

i have the same problem

ygordreyer-starloop commented 6 months ago

Same problem here.

RIPPERONInCHEEZ commented 6 months ago

. { Invoke-WebRequest -UseBasicParsing https://github.com/catppuccin/windows-files/raw/main/install.ps1 } | iex

The command above gives me the follow error after choosing whether If i want to use flat appearance or not.

image

same issue here as well

image

mukiturrahman commented 6 months ago

Same issue here as well, did anyone find a solution to it?

mukiturrahman commented 6 months ago

@wilsonwan @coteyka1209 @ygordreyer-starloop @RIPPERONInCHEEZ

I have fixed the problem and submitted a pull request. Here is the link, please check it out: [ https://github.com/catppuccin/windows-files/pull/10 ]

RIPPERONInCHEEZ commented 6 months ago

@wilsonwan @coteyka1209 @ygordreyer-starloop @RIPPERONInCHEEZ

I have fixed the problem and submitted a pull request. Here is the link, please check it out: [ https://github.com/[/pull/10](https://github.com/catppuccin/windows-files/pull/10) ]

I tried that fix and it was still giving me the Configuration files not found error sadly. :/

DakshG07 commented 6 months ago

Could anyone getting this error please supply the actual location of their configuration folder?

mukiturrahman commented 6 months ago

You need to download the Files application from Microsoft Store

Here is the download link Files

Wakers commented 5 months ago

Same issue for me. Also it seems that the files app removed it's theming capability in an update at some point?

sgoudham commented 4 months ago

Hi, I've merged #10 which should hopefully resolve the issues that you are seeing with newer versions of windows-files.

Could someone confirm that the latest version of install.ps1 from the main branch works? If not, then windows-files may have changed how the config folder is stored and will require extra troubleshooting.

ricowalker commented 4 months ago

Still experiencing issues using the latest version from the main branch. image

sgoudham commented 4 months ago

Hey @ricowalker,

That error is actually because the -AsHashtable parameter used in the script was introduced in Powershell 6.0, leading me to believe that your powershell is below that version.

I will update the documentation to mention that this is the minimum required version, could you try updating your powershell and see if it works then?

Manual instructions have not been provided because manual application of the colour schemes proves to be very tedious and annoying.

m-wynn commented 4 months ago

I am also seeing this issue on Powershell 7

image

Fixed!

Atrament1s commented 4 months ago

Make sure you have the files app downloaded AND are on PowerShell 7. Doing so worked for me.

sgoudham commented 4 months ago

Going to close this issue now as I believe the initial error should be fixed now. If anyone in this thread comes across other installation issues, please create a new one!