prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
7.74k stars 903 forks source link

Exa doesn't get installed #199

Closed kronikpillow closed 1 year ago

kronikpillow commented 1 year ago

for some reason exa doesn't get installed when you select paru ... not sure if it's the same with yay, it did install before the latest commit

T-Crypt commented 1 year ago

You may need to re-run the install script. Its located in the custom_hypr.lst and installed during the script.

https://github.com/T-Crypt/hyprdots/blob/main/Scripts/custom_hypr.lst -- Line 50

**EDIT: I noticed you mentioned if you select paru -- let me test this on my branch and see where the disconnect is on paru and exa -- Still advise re-running to see if the pkg installs.

kronikpillow commented 1 year ago

In the last 3-4 days, iv reinstalled your dotfiles several times on a fresh install while i was creating a OpenSUSE btrfs style layout, exa doeant get installed, for some reason it says package not found ...

Also when using the -d option it installs the packages but not the dotfiles, all with paru as a option ... Havent tried yay since the latest commit, but it worked fine with yay before the latest commit ...

I noticed that you removed the default pkg list and that its installing from the custom list now, maybe something in the install script is broken cuz of it ...

T-Crypt commented 1 year ago

https://github.com/prasanthrangan/hyprdots/commit/88695e44c4c63b6c04aef9b08e089a35ad772460

looks like this could be the commit, -d was modified here.

prasanthrangan commented 1 year ago

88695e4

looks like this could be the commit, -d was modified here.

hmmm... this was just to skip a package from list if its commented out.

from the latest commit from exa repo from last week, looks like its not maintained anymore

image

kronikpillow commented 1 year ago

Wow, i didnt know that, still doesnt explain why the installer skips that package, since its still in the Arch repos

prasanthrangan commented 1 year ago

can you please check if exa is installed? it might be already installed as eza

kronikpillow commented 1 year ago

IMG_20230913_085415.jpg

Right now doing a fresh run ...

prasanthrangan commented 1 year ago

yup, makes sense.. just try replacing exa with eza in custom_hypr.lst, and then rerun install.

kronikpillow commented 1 year ago

Even when i ls it says exa unknown command, but ... When i type pacman -Sy exa, it gets installed andbworks ... Weird ??

prasanthrangan commented 1 year ago

hmm, the script checks if its available in repo before installing, so try if pacman -Si exa works. this pacman -Sy exa might be redirecting it to eza package. but I'll check later and fix this.

kronikpillow commented 1 year ago

I dont think its redirecting to eza because the aliases in the .zshrc wouldnt work regardless of the package redirection, but yes, we should probably switch to eza ..

Off topic: Love your rice and your work to be honest, best one i found so far for Hyprland, but i very much dislike the arrow-keys workflow, i preffer a vim-like experience, im thinking of maintaining a vim keybinding oriented fork, and possibly with a master layout cuz im very much used to dwm and the LukeSmith keybinding scheme ...

Can i ask about the Catppucin themes? What accent colors variant did you use? When i install the Catppucin theme from AUR it actually comes with many accent color variants ...

I was also wondering how you solved the Cattpuccin ncurses colors miss-march (like when using htop or alsamixer, using the one from the official repo actually makes part of it unreadable)

kronikpillow commented 1 year ago

Confirming that sudo pacman -Sy exa actually redirects to eza

prasanthrangan commented 1 year ago

I dont think its redirecting to eza because the aliases in the .zshrc wouldnt work regardless of the package redirection, but yes, we should probably switch to eza ..

nope, it does work... as exa is linked to eza now -

image

But i'll fix the package list and .zshrc anyways to keep it clean and consistent.

Love your rice and your work to be honest, best one i found so far for Hyprland, but i very much dislike the arrow-keys workflow, i preffer a vim-like experience, im thinking of maintaining a vim keybinding oriented fork, and possibly with a master layout cuz im very much used to dwm and the LukeSmith keybinding scheme ...

Thank you so much! ya sure, please feel free to fork this and change the keybindings that works for you!

Can i ask about the Catppucin themes? What accent colors variant did you use? When i install the Catppucin theme from AUR it actually comes with many accent color variants ...

I was also wondering how you solved the Cattpuccin ncurses colors miss-march (like when using htop or alsamixer, using the one from the official repo actually makes part of it unreadable)

I don't use any aur packages for theming, i think i had the old version from their git, but you can find the gtk theme files in here. I'm also not sure about Cattpuccin ncurses colors miss-march, any steps to replicate?