Yannick Mouginfor<Code With Yannick/>code-with-yannick.hashnode.net·Jan 25, 2022FeaturedCustomizing your ZSH terminal in less than 5minutesHey friends, welcome to this quick tutorial 👋 Today, I'm gonna show you how I personally set up my ZSH terminal on my mac. At the end of this tutorial, you will be able to configure it according to your own needs/preferences. Let's get started! iTer...Discuss·105 likes·5.4K readszsh
Lars Behrenbergfor<Lars' Blog />larsbe.hashnode.net·Dec 16, 2020FeaturedThe definitive iTerm2 & Oh-my-ZSH Setup on macOSOh My Zsh will not make you a 10x developer...but you may feel like one. Once installed, your terminal shell will become the talk of the town or your money back! With each keystroke in your command prompt, you'll take advantage of the hundreds of pow...Rahul Singh and 4 others are discussing this5 people are discussing thisDiscuss·76 likes·62.9K readsHow to Iterm2 & Oh-My-ZSHterminalThank you! Good job. 3
David MoraisforDavid Moraisdsmorais.hashnode.net·Mar 15, 2021FeaturedCustomize Chrome OS Linux TerminalHey 👋 I already had a post written about my WSL setup, but I had uninstalled it like two weeks after writing the thing, so I don't really have any screenshots. But I recently purchased a Chromebook and upon getting it I was keen on testing its Linux...Discuss·57 likes·1.1K readsGoogle Chrome
Amit Biswasamitkbiswas01.hashnode.net·Mar 19, 2023Part Two: Setting up AlacrittyMost Unix-based distros come with their flavor of the terminal emulator app, i.e. Terminal in macOS, gnome-terminal in Ubuntu, Terminator in Manjaro, and so on. I've been using Alacritty for a while now, it's a "blazingly fast" terminal emulator app ...Discuss·78 readsTerminal setup for the impatientalacritty
Amit Biswasamitkbiswas01.hashnode.net·Mar 19, 2023Part One: Setting up ZshSetting up a modern terminal workflow can be daunting, but quite rewarding and helpful once you get the hang of it! In this series, Terminal setup for the impatient, I'll share the steps I usually follow to set up a new terminal, and the settings and...Discuss·61 readsTerminal setup for the impatientshell
Dylandylansleith.hashnode.net·Feb 6, 2023How To Make Your Terminal Look Awesome on Windows 11When developing applications we are always using the terminal, so why not make it look half-decent by using themes and plugins to improve our workflow? We will be using WSL2 (Windows Subsystem for Linux) to make our terminal look and feel awesome whi...Discuss·8 likes·125 readsWSL
Tonghackinggate.hashnode.net·Jan 26, 2023Setup your fancy terminalSetup your fancy terminal Using your shell with Oh My Zsh and Starship on macOS Some use fish shell as it is an interactive, user-friendly, and modern shell. But it does not have POSIX sh compatibility. Using fish as your default shell could break pa...Discusszsh
Ahmadullah Mirzaaumirza.hashnode.net·Jan 22, 2023Adding Permanent alias using update-alternativessudo update-alternatives --install [target_path] [alternative_name] [source_path] [priority] alternative_name -> name for managing alternative target_path -> usuall /usr/bin/{alternative_name} (if you want to use same command as alternative_name) ...DiscussBash
Ezekiel Adetoroadetorodev.hashnode.net·Jan 10, 2023The Command-lineThe command-line has a prompt to alert you that the shell is ready for your input! Using the command-line is pretty easy. It is not something that is complex or out of the box for everyone. If you open your terminal, there are things that come with i...Discuss·30 readsLinuxLinux
Torhamtorhamdev.hashnode.net·Nov 20, 2022How to customize your terminal like a developer?Hello, developers! Want a really cool and useful terminal? Yeah? So let's go make oneeee 🏃♀️🏃♂️ Wait wait, I haven't introduced myself yet! Hello again developers, I'm Torham, a back-end developer, a linux user and Python programmer :) And now wh...Discuss·5 likes·414 readsterminal
Jabed Zamanjabedzaman.hashnode.net·Oct 22, 2022Setting up Ubuntu 22.04 for developmentI just had a clean reinstall of the latest ubuntu 22.04 LTS. This meant I had to setup my coding environment again from the scratch. Basic Setup First run sudo apt update && sudo apt upgrade to installl the updates. Then later install the gnome tw...Discuss·21 likes·134 readsUbuntu
Jared Atandijaredatandi.hashnode.net·Oct 5, 2022Why You Should Learn Shell Scripting: An Introduction to the Different Types of ShellA shell is a program that takes commands from the keyboard and gives them to the operating system to perform. In the early days of computing, before the mouse and graphical user interfaces, the shell was the primary way that users interacted with the...Discuss·12 likes·32 readsShell(s) Tools and Shell Scriptingshell script
Rithik Bhandaririthik24.hashnode.net·Oct 5, 2022My terminal setup for higher productivityShell Type - I am currently using zsh shell on my system, which comes by default on macOS Catalina. I have been using ohmyz.sh to manage my zsh configuration and I highly recommend the same setup. The number of plugins that come with it makes life s...Discuss·100 readsterminal