Febin Joyartofcoding.dev·Oct 27, 2024Setting up a Linux terminal for productivityIntroduction Recently, I have installed my computer with Arch Linux. The decision to move to vanilla Arch from EndeavourOS (another Arch-based distro) was quite an organic one. I just thought of starting with a clean slate without any preinstalled ap...Discuss·82 reads#LinuxTerminal
Shani Riversshanirivers.hashnode.dev·Sep 24, 20245-Minute Coffee Tip #0: How to Create an Alias CommandSince I have been doing a lot of programming in Python lately that I have to create a new virtual environments for, I have to enter in a really long command and then I need to activate it with another really long command. It’s becoming quite tedious....Discussalias
Nik Hamidihamididev.hashnode.dev·Sep 23, 2024WSL Setup ( Ubuntu + ZSH + Pyenv)Introduction In this article, we’ll walk you through setting up WSL (Windows Subsystem for Linux) with Ubuntu, ZSH, and Pyenv. Whether you’re a software developer, data scientist, or just someone who prefers working in a Linux environment but needs t...Discuss·46 readsWSL
Brandon C Robertsbrandoncroberts.hashnode.dev·Sep 19, 2024Using `.zshrc` file and Homebrew as a Node.js Version Manager and alternative to nvmOverview Instead of using nvm (Node Version Manager), you can manage multiple Node.js versions using Homebrew and your .zshrc file. This approach involves installing different Node.js versions via Homebrew and updating your PATH environment variable ...DiscussNode.js
Neil Patelblog.neilbpatel.com·Feb 21, 2024How Dotfiles could make your work less miserableA Tale as Old as Time Ch1. Humble Beginnings Once upon a time, there existed a software engineer who resided continuously hunched within a dreary cubicle - adorned with demotivating motivational posters and speckled with horrendous fluorescent light ...Discussdotfiles
Ugochukwu Ejiogublog.lawrecks.com·Sep 28, 2021How to create aliases for your commandsImagine reducing the command below: git fetch && git checkout develop to a shorter version: gfc develop Every time you type a full command when you could have autocompleted, or click when you could have used a shortcut key, you're expending precio...Success Ologunsua and 2 others are discussing this3 people are discussing thisDiscuss·13 likes·171 readstechnology