Shripad Krishnashripad.hashnode.dev·May 4, 2024Getting ssh-agent to work with Nushell and Hyprland🤗 NOTE: This tutorial is for those who are using Hyprland and Nushell You tried adding your newly generated ssh key and ssh-add throws the following error: > ssh-add ~/.ssh/id_ed25519 Could not open a connection to your authentication agent To fi...100 readsArchLinux
Giovanni Silvablog.gsilva.pro·Mar 9, 2024Criando um Ambiente Dev Parte 4Vamos focar na personalização e uso do Powershell, também apresendo o Nushell que é uma alternativa moderna porém pouco conhecida para shells no windows, linux e macosxCriando um Ambiente Dev Completo no WindowsWindows
Antonio Di Stefanothegrizzlydev.hashnode.dev·Aug 24, 2023Let's build a ruleset for Bazel! Getting started and setting up the development environmentWell, it's about time we start writing some code, but before getting started we are going to need a repository to work on. Luckily, there's a template we can start from in bazel-contrib/rules-template. This template is quite awesome as it sets up a b...Let's build a ruleset for Bazel! - rules_nushellbazel
Antonio Di Stefanothegrizzlydev.hashnode.dev·Aug 21, 2023Let's build a ruleset for Bazel! Introducing rules_nushellHey there, my dear apprentice in the dark arts of Bazel, it is my pleasure to make your acquaintance. I wonder what brought you here in the first place... Were you curious about building rules with Bazel? Or were you looking for cross-platform genrul...28 readsLet's build a ruleset for Bazel! - rules_nushellbazel
Alexandre Nedelectechwatching.hashnode.dev·Aug 1, 2022Keeping secrets secure when using API ClientsWhen using some API Clients (like REST Client or the [HTTP Client of JetBrains' IDEs](https://www.jetbrains.com/help/rider/Http_client_in product code_editor.html)), environment variables are stored in JSON files that can contain secrets. To share th...56 readsAPI Clients http
Alexandre Nedelectechwatching.hashnode.dev·Apr 6, 2020Clean up your local git branches.When working on a git repository, I often have to manually delete old local branches that I don't use anymore. That's not really a huge waste of time but still that something I have to do quite often so I decided to automate that. Why do I end up hav...1 like·37 readsGit