Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 6 days agoReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comexternal-linkmessage-square44fedilinkarrow-up1132arrow-down111
arrow-up1121arrow-down1external-linkReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 6 days agomessage-square44fedilink
minus-squaregrrgyle@slrpnk.netlinkfedilinkarrow-up8·edit-25 days agoI fkn knew eza would be at the top of this list. E: I can’t talk, though. Here are my aliases: alias ls='eza --time-style="+%Y-%m-%d" --group-directories-first --hyperlink --colour=never -hlF always --icons --git' alias ll='eza --time-style="long-iso" --group-directories-first --no-permissions --hyperlink --colour=never -hoalF always --icons --git' alias l='eza --time-style=relative --group-directories-first --hyperlink --colour=auto -hlF=always --icons --no-permissions --no-user'
minus-squareabsGeekNZ@lemmy.nzlinkfedilinkEnglisharrow-up2·edit-23 days agoI’m running Linux Mint, I installed eza, which is nice but the icons are not showing up correctly. Do you know how to get them to show correctly, I installed ‘nerd fonts’ but I’m not sure I got the correct one. Don’t worry. It works fine in the regular terminal, it is just quake that is giving me issues.
minus-squareMadhuGururajan@programming.devlinkfedilinkEnglisharrow-up1·1 day agoyou have to install a nerd font i guess. nerd-fonts dot com.
minus-squareabsGeekNZ@lemmy.nzlinkfedilinkEnglisharrow-up1·1 day agoAll good now. It is a problem with guake.
minus-squaregrrgyle@slrpnk.netlinkfedilinkarrow-up2·3 days agoI didn’t install anything special, just used apt (on ubuntu), like sudo apt install eza. Looks like I’m using the font DejaVuSansMono. What terminal/emulator are you using?
I fkn knew
eza
would be at the top of this list.E: I can’t talk, though. Here are my aliases:
I’m running Linux Mint, I installed eza, which is nice but the icons are not showing up correctly.
Do you know how to get them to show correctly, I installed ‘nerd fonts’ but I’m not sure I got the correct one.
Don’t worry. It works fine in the regular terminal, it is just quake that is giving me issues.
you have to install a nerd font i guess. nerd-fonts dot com.
All good now.
It is a problem with guake.
I didn’t install anything special, just used apt (on ubuntu), like
sudo apt install eza
. Looks like I’m using the fontDejaVuSansMono
.What terminal/emulator are you using?