fisher
dotfiles
fisher | dotfiles | |
---|---|---|
36 | 17 | |
8,451 | 1,002 | |
1.2% | 0.5% | |
4.1 | 9.6 | |
10 months ago | about 1 month ago | |
Shell | Shell | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fisher
-
Pytest Fish shell autocompletion
Install with Fisher:
-
Instalar NodeJS en Linux y Windows
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
-
(Youtube blogpost) Building Tree Link app with Svelte and Tailwind CSS
Fisher - Plugin manager
-
Oh My Zsh
You've got to install Fisher, then get z, sponge and a few others from the awsm.fish list.
Then you get trapped by the utility and struggle when you land on some remote server's bash shell.
https://github.com/jorgebucaran/fisher
https://github.com/jorgebucaran/awsm.fish#readme
-
fish-shell: the user-friendly command-line shell
If you're running a script, you can use edc/bass to run it from a fish shell. Fisher is one of the first things I install after fish, then bass, z and a few other helper plugins.
https://github.com/edc/bass
https://github.com/jorgebucaran/fisher
-
Integrating Python's Virtualenv with Fish shell Without Overcomplicated Frameworks
As a minimalist plugin manager for Fish, I recommend fisher. I've created a plugin that can be installed via fisher and integrated into any Fish environment. If there are any reasons why you don't want to use Fisher, you can just copy-paste conf.d/autoenv.fish file to your ~/.config/fish/conf.d directory.
-
Top Productivity CLI Tools I Use on Linux
Fish is a acronyn for friendly interactive shell. It is a smart and user friendly shell for Unix-like operating systems like Linux. There are a lot of features that make it stand out from other shells like bash. It has a lot of features like autosuggestions, syntax highlighting, tab completions and a lot more. You can read more about it in the documentation. I have been using it for a while now and I it configured to my liking. In terms of plugins I use fisher to manage my plugins. I have a couple of plugins that I use on a daily basis. I have listed them below:
-
Hey, I'm new to Fish shell!
stay away from Oh-My-Fish - you probably donβt need it - Fish is pretty awesome out of the box, and if you do want a plugin or two Fisher is a much better route.
- A good resource to learn Linux and the terminal?
-
What is the difference between OhMyFish and Starship?
Agreed. I personally like Fisher (https://github.com/jorgebucaran/fisher) with this theme based on Powerlevel10k (https://github.com/IlanCosman/tide)
dotfiles
-
Tmux-Rs
Yep I've been doing this since WSL 1 was available, it's rock solid.
My dotfiles at https://github.com/nickjj/dotfiles have an install script to automatically get everything (including tmux w/ plugins) set up on Debian, Ubuntu, Arch Linux or macOS. This includes native Linux and WSL 2 support.
-
Ask HN: What are you working on? (April 2025)
7 years ago I posted my dotfiles at https://github.com/nickjj/dotfiles.
4 years ago I made an install script that worked for Debian, Ubuntu and macOS. This made it easier to get going with them.
Over the last week or so I extended and polished that script to make it even easier and customizable, including Arch Linux support. The next step is to start installing and configuring GUI tools instead of only focusing on command line tools and environments.
I just used it the other day to set up a fresh worktop in 5 minutes.
-
The Joy of Linux Theming in the Age of Bootable Containers
Thanks a lot for the reminder.
I just pushed an update to remove VcXsrv at: https://github.com/nickjj/dotfiles/commit/fdc1ddd95c2defb791...
As for why I was using it:
I've been using WSL since nearly the beginning (2017 / 2018) and used VcXsrv back then to get bi-directional clipboard sharing before WSLg was available. For a brief time I even ran Sublime Text in WSL 1 way back in the day.
Then I used WSL 2.
Then I tried WSLg when it first came out and it was really bad. Clipboard sharing didn't work for me which was the only reason I wanted to use it.
I just tried it again now by closing VcXsrv and removing any DISPLAY related settings I had in my zsh profile. Then I shutdown WSL and started up my instance.
Bingo, clipboard sharing "just worked" and I also installed xcalc which ran flawlessly. This simplifies things so much.
-
Oh My Zsh
Yep, I use zsh with 2 plugins. One for syntax highlighting commands and another for showing auto-suggestions. It's really fast. The rest is nearly a default zsh set up in terms of zsh configuration. Everything is documented in my dotfiles https://github.com/nickjj/dotfiles.
My prompt is a 1 liner that shows your git branch as well as coloring up $ to be red or not based on if the last command failed. Coincidentally I just released a blog post today on coloring up your prompt based on if the last command failed at https://nickjanetakis.com/blog/color-your-shell-prompt-red-i....
-
Ask HN: How do you sync your computers development configurations/environment?
I stole/copied my setup from Nick Janetakis who's just great all around. Its worked for me through several new systems and many updates.
https://github.com/nickjj/dotfiles
-
vim-dirtytalk: spellcheck dictionary for programmers π
If anyone is looking for a word list of programming terms I have one with 500+ words in my dotfiles at https://github.com/nickjj/dotfiles/blob/master/.vim/spell/en.utf-8.add.
-
Zim β The Zsh configuration framework with blazing speed and modular extensions
Is anyone else mostly rolling with the zsh (not oh-my-zsh) defaults?
After so many years of using Bash I switched to zsh almost a year ago. I use the vanilla zsh set up with 2 plugins:
- https://github.com/zdharma-continuum/fast-syntax-highlightin... for very good and fast syntax highlighting
- https://github.com/zsh-users/zsh-autosuggestions for auto-suggestions
I don't use a plugin manager, instead I put together a ~20 line shell script[0] which handles either cloning or pulling plugins, then you can load them in your zshrc[1].
I haven't found the need for anything else and my whole dev environment is based on using tmux, terminal Vim, etc.. Basically I spend a lot of time there in my day to day.
[0] https://github.com/nickjj/dotfiles/blob/0076e508403c9981e393...
[1] https://github.com/nickjj/dotfiles/blob/0076e508403c9981e393...
-
Newbie here, how should i use vim on windows ? gvim or wsl 2 vim ?
My set up is documented at https://github.com/nickjj/dotfiles and I have a bunch of Vim related videos at https://nickjanetakis.com/blog/tag/vim-tips-tricks-and-tutorials.
-
New job, windows computer. I tried to use VisualStudo code, but I got back to vim anyway
This is what I've been doing for years (WSL 2). It's really solid if you combine tmux with terminal Vim. My dotfiles work exactly the same on my native Linux device as WSL 2 and it's fast too.
-
"How to do what 90% of plugins do in vanilla vim" - what are some of the 10% plugins?
Here's a couple from my vimrc.
What are some alternatives?
oh-my-fish - The Fish Shell Framework
vim-python-ide - Python development config
bass - Make Bash utilities usable in Fish shell
vcsh - config manager based on Git
fzf-fish-integration - ππ Fzf plugin for Fish
debug - Debugging functionality for Ruby