cm0002@programming.dev to Linux@programming.dev · 2 months agoWhat's involved in getting a "modern" terminal setup?jvns.caexternal-linkmessage-square23linkfedilinkarrow-up152arrow-down16cross-posted to: linux@lemmy.ml
arrow-up146arrow-down1external-linkWhat's involved in getting a "modern" terminal setup?jvns.cacm0002@programming.dev to Linux@programming.dev · 2 months agomessage-square23linkfedilinkcross-posted to: linux@lemmy.ml
minus-squaremaxwells_daemon@lemmy.worldlinkfedilinkEnglisharrow-up28arrow-down1·2 months agoInstall fish chsh -s /usr/bin/fish That’s all, folks.
minus-squareUnfortunateShort@lemmy.worldlinkfedilinkEnglisharrow-up9·2 months agoAnd maybe a Nerd Font
minus-squareMihies@programming.devlinkfedilinkarrow-up3·2 months agoI thought it’d have better git prompt out of the box. I guess I have to try it configure.
minus-squareartiman@piefed.sociallinkfedilinkEnglisharrow-up3·edit-22 months agoDefault preset or did you try a preset it has different presets on the website.
minus-squareMihies@programming.devlinkfedilinkarrow-up2arrow-down1·2 months agoI just installed it as it is out of the box. What do you suggest for improving git prompt?
minus-squareartiman@piefed.sociallinkfedilinkEnglisharrow-up2·2 months agoTry out the different presets the git prompts may be better.
minus-squareLiveLM@lemmy.ziplinkfedilinkEnglisharrow-up3arrow-down1·2 months agoI thought you weren’t supposed to use Fish as your login shell directly since it isn’t fully POSIX compatible
minus-squaredarklamer@lemmy.dbzer0.comlinkfedilinkarrow-up4·2 months agoWhy would your login shell need to be fully POSIX compatible?
minus-squareLiveLM@lemmy.ziplinkfedilinkEnglisharrow-up1·2 months agoThey warn about it on their home page, so I assumed using it could bust your system. My bad. I think they also had harsher wording about this in the past but I might be misremembering…
minus-squarexav@programming.devlinkfedilinkarrow-up2·2 months agoScripts who use #!/bin/sh are independent of your login shell.
minus-squaredarklamer@lemmy.dbzer0.comlinkfedilinkarrow-up2arrow-down1·2 months agoWhat does any of that have to do with your login shell?
minus-squareInternetCitizen2@lemmy.worldlinkfedilinkarrow-up2·2 months agoRecently tried it and do like
Install fish
chsh -s /usr/bin/fish
That’s all, folks.
I also install starship.
And maybe a Nerd Font
I do use a nerd font also.
I thought it’d have better git prompt out of the box. I guess I have to try it configure.
Default preset or did you try a preset it has different presets on the website.
I just installed it as it is out of the box. What do you suggest for improving git prompt?
Try out the different presets the git prompts may be better.
🫡
I thought you weren’t supposed to use Fish as your login shell directly since it isn’t fully POSIX compatible
Why would your login shell need to be fully POSIX compatible?
They warn about it on their home page, so I assumed using it could bust your system. My bad.
I think they also had harsher wording about this in the past but I might be misremembering…
deleted by creator
Scripts who use
#!/bin/sh
are independent of your login shell.What does any of that have to do with your login shell?
Recently tried it and do like