Shell HacktoberFest

Open-source Shell projects categorized as HacktoberFest

Top 23 Shell HacktoberFest Projects

  • ohmyzsh

    🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

  • Project mention: Como instalar ZSH e Oh My Zsh no WSL2 | dev.to | 2024-05-15
  • vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

  • Project mention: What is VSCodium ? Better than VS code ? | dev.to | 2024-03-20

    https://github.com/VSCodium/vscodium/releases

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • awesome-zsh-plugins

    A collection of ZSH frameworks, plugins, themes and tutorials.

  • Project mention: Enchula Mi Consola | dev.to | 2023-12-19

    Hay mas recursos en: Zsh's Awesome List.

  • termux-packages

    A package build system for Termux.

  • Project mention: Usbredir: A protocol for sending USB device traffic over a network connection | news.ycombinator.com | 2024-04-16

    usbredirect, USB drives/disks, Termux, termux-usb, QEMU, and Alpine Linux in action in April 2024 on an Android 11 phone that is not rooted --> Update-6, Update-7, Update-8, Update-9, Update-10 at https://github.com/termux/termux-packages/issues/19635

    "USB Network Redirection protocol description version 0.7 (19 May 2014)": https://gitlab.freedesktop.org/spice/usbredir/-/blob/main/do... (gitlab.freedesktop.org/spice/usbredir/-/blob/main/docs/usb-redirection-protocol.md)

    "How to use Spice "Open remote computing"" Hans de Goede "@ T-DOSE 2011, Eindhoven": https://www.youtube.com/watch?v=e1fC3GOTHOY (www.youtube.com/watch?v=e1fC3GOTHOY)

  • oh-my-fish

    The Fish Shell Framework

  • Project mention: Install Alpine Linux In Virtualbox | dev.to | 2024-05-08
  • quickemu

    Quickly create and run optimised Windows, macOS and Linux virtual machines

  • Project mention: Proxmox VE: Import Wizard for Migrating VMware ESXi VMs | news.ycombinator.com | 2024-03-27

    https://github.com/quickemu-project/quickemu

  • super-linter

    Combination of multiple linters to run as a GitHub Action or standalone (by super-linter)

  • Project mention: Hashnode Blog GitHub Action - fetch and display the latest blogs in a nice format | dev.to | 2024-02-03
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • docker-minecraft-server

    Docker image that provides a Minecraft Server that will automatically download selected version at startup

  • Project mention: PaperMC/Paper: The most widely used, high performance Minecraft server | news.ycombinator.com | 2024-03-10

    Looks nice! I have a comprehensive docker compose file with itzg’s image [0] repeated a dozen times.

    [0] https://github.com/itzg/docker-minecraft-server

  • self-hosted

    Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept

  • Project mention: Ask HN: Founders who offer free/OS and paid SaaS, how do you manage your code? | news.ycombinator.com | 2024-05-13

    etc.

    We have a Docker Compose wrapper in a separate repo:

    https://github.com/getsentry/self-hosted

    We have a private repo called getsentry/getsentry that is another Django app that imports the public one and uses Django signals (iirc) to meter usage for billing. That is what we deploy to SaaS. All product features are implemented in the public repos.

    3) How about employee access?

    Employee access is managed through UI, I honestly don't know whether it lives in getsentry/sentry (public) or getsentry/getsentry (private). Probably the latter?

    2) How do you handle updates to your product?

    Employees work in public on GitHub. We ship more or less continuously to SaaS. It's possible to deploy approximately continuously on self-hosted as well, though we also bless monthly snapshots for a more relaxed cadence. Does that answer this question?

  • mac-setup

    Installing Development environment on macOS (by sb2nov)

  • docs

    Documentation for Docker Official Images in docker-library (by docker-library)

  • Project mention: The Tailscale Universal Docker Mod | news.ycombinator.com | 2023-10-08
  • LinuxGSM

    The command-line tool for quick, simple deployment and management of Linux dedicated game servers.

  • Project mention: My first pc server for dedicated gaming server | /r/homelab | 2023-12-11

    I'm gonna recommend this project, for steam servers is really useful. https://linuxgsm.com/

  • ruby-build

    A tool to download, compile, and install Ruby on Unix-like systems.

  • Project mention: Test Driving a Rails API - Part One | dev.to | 2024-03-11

    Let’s get started. I prefer to manage my Ruby installations on my development machine with chruby paired with ruby-install. Another outstanding set of tools is rbenv with ruby-build. I highly recommend installing Ruby with one of those two sets of tools. Follow the instructions on their project’s READMEs. For this article, I’ll be running Ruby (MRI) v3.3.0.

  • tmux-powerline

    ⚡️ A tmux plugin giving you a hackable status bar consisting of dynamic & beautiful looking powerline segments, written purely in bash.

  • pre-commit-terraform

    pre-commit git hooks to take care of Terraform configurations 🇺🇦

  • betterlockscreen

    🍀 sweet looking lockscreen for linux system

  • docker-magento

    Mark Shust's Docker Configuration for Magento

  • Project mention: Images are not being displayed in frontend and admin panel is not loading in backend in a freshly installed magento 2.4.7 | /r/magento2 | 2023-12-07

    Mark Shust's Magento Docker

  • void-packages

    The Void source packages collection

  • Project mention: 16 years of CVE-2008-0166 – Debian OpenSSL Bug | news.ycombinator.com | 2024-05-12

    3. https://github.com/void-linux/void-packages/issues/20935

  • polybar-scripts

    This is a community project. We write and collect scripts for polybar!

  • Project mention: What's in your crontab? | /r/archlinux | 2023-05-24

    This doesn't directly answer your question, but probably has the pieces here for you to put together. I use this script for polybar using openweather API, there are a couple variations of this script in the repo too if you want more examples. Openweather API seems to work well though, you could probably modify it for you use case.

  • nodenv

    Manage multiple NodeJS versions.

  • Project mention: How to set up a new project using Yarn in 2024 | dev.to | 2024-05-11

    Let’s see how we could set up a shiny new JavaScript project using the Yarn package manager. We are going to set up nodenv, install Node.js and Yarn, and then initialize a new project that we will then be able to use as a foundation for our further ideas.

  • maskphish

    Introducing "URL Making Technology" to the world for the very FIRST TIME. Give a Mask to Phishing URL like a PRO.. A MUST have tool for Phishing.

  • gentoo

    [MIRROR] Official Gentoo ebuild repository

  • Project mention: Backdoor in upstream xz/liblzma leading to SSH server compromise | news.ycombinator.com | 2024-03-29
  • steamtinkerlaunch

    Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs

  • Project mention: FSR as TAA replacement? | /r/linux_gaming | 2023-12-11
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Shell HacktoberFest related posts

Index

What are some of the best open-source HacktoberFest projects in Shell? This list will help you:

Project Stars
1 ohmyzsh 169,325
2 vscodium 23,842
3 awesome-zsh-plugins 14,555
4 termux-packages 12,308
5 oh-my-fish 10,164
6 quickemu 9,292
7 super-linter 9,189
8 docker-minecraft-server 8,466
9 self-hosted 7,334
10 mac-setup 7,132
11 docs 4,969
12 LinuxGSM 4,140
13 ruby-build 3,851
14 tmux-powerline 3,330
15 pre-commit-terraform 3,023
16 betterlockscreen 2,417
17 docker-magento 2,406
18 void-packages 2,402
19 polybar-scripts 2,395
20 nodenv 2,173
21 maskphish 2,091
22 gentoo 1,997
23 steamtinkerlaunch 1,963

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com