Readit News logoReadit News
Admiral_AWS commented on My Windows Computer Just Doesn't Feel Like Mine Anymore   howtogeek.com/my-windows-... · Posted by u/doctorshady
sandreas · a year ago
Here are some things I found helpful using Windows at work (at home I use Fedora):

Debloat / Software Management: https://github.com/ChrisTitusTech/winutil

Command line software management (Scoop): https://pilabor.com/blog/2021/12/automate-windows-app-setup-...

Comparison (Scoop/Chocolatey/Win-Get): https://daftdev.blog/2024/04/01/chocolatey-vs-scoop-vs-winge...

I would also recommend starship (https://starship.rs/) for your Powershell, which is cross platform and therefore usable for all popular shells. Scoop can also install and manage nerd fonts:

    scoop bucket add nerd-fonts
    scoop install nerd-fonts/JetBrains-Mono
Here is my starship.toml config:

    format="$all\u001b7${fill}$cmd_duration | $time\u001b8"
    
    [fill]
    symbol = " " 
    
    # right_format = """$cmd_duration$time"""
    
    [username]
    show_always = true
    format = '[$user[@](red)]($style)'
    
    [hostname]
    ssh_only = false
    format = "[$ssh_symbol$hostname]($style): "
    
    [time]
    disabled = false
    format = '[$time]($style)'
    
    [character]
    success_symbol = '[>](bold green)' 
    
    [git_branch]
    format = "[$symbol$branch(:$remote_branch)]($style)"
    
    [cmd_duration]
    min_time = 0 
    format = '   [$duration]($style) '
    show_milliseconds = true

Admiral_AWS · a year ago
Better yet - just switch to Linux Mint.
Admiral_AWS commented on Amazon CEO Andy Jassy violated labor law with union comments, NLRB rules   seattletimes.com/business... · Posted by u/MilnerRoute
Admiral_AWS · a year ago
Witness me: Jeff Bezos is coming back this/next year to Amazon.

u/Admiral_AWS

KarmaCake day4May 6, 2024View Original