[-] Newchair@lemmy.world 2 points 1 year ago

I just find it too difficult to use. Id rather learn five well connected simple tools than one massive tool that accomplishes the same thing anyways.

[-] Newchair@lemmy.world 5 points 1 year ago

What if im not on systemd

[-] Newchair@lemmy.world 5 points 1 year ago

Isn't bromite dead? The last commit was on jan 27. Cromite is a fork that is on the latest version of chromium.

[-] Newchair@lemmy.world 2 points 1 year ago

It can run some most Linux programs. https://docs.freebsd.org/en/books/handbook/linuxemu/ Also the docs are very good, and void feels similar to using a *bsd.

[-] Newchair@lemmy.world 4 points 1 year ago

Infinity

infinity for lemmy is a thing? :O

[-] Newchair@lemmy.world 50 points 1 year ago

I thought this would be a post complaining about the usablility of windows as a desktop, not the one thing windows does right...

[-] Newchair@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

thanks! i put through imagegonord and it looks even better i think

[-] Newchair@lemmy.world 2 points 1 year ago

looks great! whats the wallpaper?

[-] Newchair@lemmy.world 6 points 1 year ago
reset="\[\e[m\]"
blue="\[\e[00;34m\]"
purple="\[\e[00;35m\]"
cyan="\[\e[00;36m\]"
yellow="\[\e[00;33m\]"
blink_yellow="\[\e[05;33m\]"

first_line="${reset}┌─[${blue}\u${reset}]-[${cyan}\h${reset}]-[${yellow}\w${reset}]"
second_line="\n└─[${blink_yellow}\$${reset}] "

if [ -f /usr/share/git/git-prompt.sh ]; then
    source /usr/share/git/git-prompt.sh
    GIT_PS1_SHOWCOLORHINTS=1
    PROMPT_COMMAND="__git_ps1 '$first_line' '$second_line' ' $purple %s';"
else
    # if the file doesn't exist create prompt directly with PS1
    PS1="$first_line$second_line"
fi
unset reset blue purple cyan yellow blink_yellow first_line second_line

It doesn't have to be so long I just don't like when people put everything in one line and its impossible to understand.

57
submitted 1 year ago* (last edited 1 year ago) by Newchair@lemmy.world to c/unixporn@lemmy.ml

Info

Gallery

view more: next ›

Newchair

joined 1 year ago