Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NH
nore {she/her} @ nore @sh.itjust.works
Posts
5
Comments
46
Joined
12 mo. ago
  • Mine's pretty simple:

     bash
        
    ## .bashrc
    export BLA=$(tput setaf 0) # Black
    export RED=$(tput setaf 1) # Red
    export GRE=$(tput setaf 2) # Green
    export YEL=$(tput setaf 3) # Yellow
    export BLU=$(tput setaf 4) # Blue
    export MAG=$(tput setaf 5) # Magenta
    export CYA=$(tput setaf 6) # Cyan
    export WHI=$(tput setaf 7) # White
    
    export BOL=$(tput bold)    # Bold
    export ITA=$(tput sitm)    # Italic
    export UL=$(tput smul)     # Underline
    export NC=$(tput sgr0)     # No color & format
    
    _branch() {
        local branch=$(__git_ps1 "%s")
        if [[ -z $branch ]]; then
            printf "${BLA}null${NC}"
        else 
            printf "${CYA}$branch"
        fi
    }
    
    PS1='.\[$(_pwd)\] \[$BLA\]〜 \[$MAG\]git\[$BLA\]:\[$(_branch)\] \n \[$NC$CYA\]\! \[$MAG\]\$ \[$NC\]'
    
    ## .inputrc
    
    set vi-ins-mode-string \1\e[34m\2.INS
    set vi-cmd-mode-string \1\e[33m\2.CMD
    
      
  • Godot @lemmy.ml
    nore {she/her} @sh.itjust.works

    Finished my first Godot project!

    クロスポスト: https://sh.itjust.works/post/32413510

    After having cancelled my 2 previous projects I've finally been able to finish something!

    About: Nairu is a simple note taking app that I made mostly for myself, right now it doesn't have a lot of features (just the basics of a note taking app), but I plan to add a few more things to it.

    Any feedback is appreciated!

    Godot @programming.dev
    nore {she/her} @sh.itjust.works

    Finished my first Godot project!

    After having cancelled my 2 previous projects I've finally been able to finish something!

    About: Nairu is a simple note taking app that I made mostly for myself, right now it doesn't have a lot of features (just the basics of a note taking app), but I plan to add a few more things to it.

    Any feedback is appreciated!

    196 @lemmy.blahaj.zone
    nore {she/her} @sh.itjust.works

    FF7 ruletrack

    Linux @programming.dev
    nore {she/her} @sh.itjust.works

    Should I use zram?

    cross-posted from: https://sh.itjust.works/post/21361730

    Hello, I came across zram recently and I'd like to know if I should use it, my laptop only has ~4GB of ram, and for the most part it'll only stutter when I open multiple programs or a game, so would zram be adequate in my case?

    Also, would the compressing and decompressing have a significant impact on my cpu?

    Linux @lemmy.world
    nore {she/her} @sh.itjust.works

    Should I use zram?

    Hello, I came across zram recently and I'd like to know if I should use it, my laptop only has ~4GB of ram, and for the most part it'll only stutter when I open multiple programs or a game, so would zram be adequate in my case?

    Also, would the compressing and decompressing have a significant impact on my cpu?