Pawanpawann.hashnode.dev·Nov 10, 2024How to Use SDKMAN! with Fish Shell: A Detailed GuideTL;DR: While SDKMAN! is primarily designed for Bash/Zsh shells, you can make it work with Fish shell using a simple wrapper function that bridges the gap between Fish and Bash. The Problem with SDKMAN! and Fish Shell If you're a Fish shell user tryin...Discuss·29 readsfishshell
Pruthvi Sriramthestretorouscerebralunit.hashnode.dev·Jan 4, 2024Power of The ShellWhat is Shell Scripting Looking back at the end of the year, shell scripting was the most helpful thing I learned. More than just a way to fiddle with the UNIX and UNIX-based operating systems, The shell is a powerful tool that can be used to create ...Discuss·1 likeshell
Joy Ayiteycharadstokes.hashnode.dev·May 23, 2023Hacking Linux OS and Making it Look Futuristic with DWMMotivation & Inspiration Over the past few months, I have been committed to following many senior software engineers like the owner of Inkdrop - Takuya Matsuyama, the owner of LunarVim - Christian Chiarulli, Neovim's core contributor - Tj DeVries and...Discuss·31 likes·112 readsfishshell
Adithyan Aadithyana.hashnode.dev·Feb 4, 2023Fisher: Setup a package manager for fish shellFisher is a package manager for the Fish shell, a popular alternative to the traditional Bash shell. Fisher is designed to make it easy to manage and install Fish shell plugins and themes, and it provides a convenient way to keep these tools up to da...Discuss·5.1K readsFishfishshell
Adithyan Aadithyana.hashnode.dev·Feb 3, 2023Get Started with Fish Shell: A Step-by-Step Guide to Installation and Comparison with Zsh and BashIntroduction to Fish Shell: Fish shell is a smart and user-friendly shell for Unix-like operating systems. It is designed to be more human-friendly and interactive, making it easier for new users to start using the terminal. Fish shell provides advan...Discuss·120 readsFishfishshell
Jared Atandijaredatandi.hashnode.dev·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·28 readsShell(s) Tools and Shell Scriptingshell script
Mukhammadyusuf Abdurakhimovblog.usuf.dev·Jun 22, 2022How did I set up my Fish Shell on Windows 10 using Linux Subsystem?Hello everyone! Welcome back! I am back again with a new post to share my experience of moving to Linux subsystem-based bash to custom fish on my Terminal App. Here you can see the result, let's get started! The Fish Shell is one of the most popular...Discuss·11 likes·1.8K readsLinux
Antoniopitasi.hashnode.dev·May 11, 2020Pills: Fish command not foundIt went under my radar for a long time. I had to reinstall fish today and I saw pkgfile listed as an optional dependency. It turns out that fish can automatically suggest you which package you need to install when you try to run a command that's not ...DiscussPillsfishshell
Kirill Maltsevmaltsev.hashnode.dev·Apr 30, 2019Improving git workflowOver the 8 years that I use git, I tried different GUIs and TUIs but nothing really stuck with me (I’ll list a few of them below anyway). Some of them had great UI but didn’t cover my whole git workflow. While others had a lot of commands the user ex...DiscussGit