Setting up a MacBook for development in 2024

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • iterm2-night-owl

    A port of the VS Code Night Owl theme to iTerm2.

    Add Night Owl colors to iTerm.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • zsh-syntax-highlighting

    Fish shell like syntax highlighting for Zsh.

    brew install fzf # for fuzzy find files, commands, etc brew install starship $(brew --prefix)/opt/fzf/install git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting # syntax highlight for zsh git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # smart autosuggestions for zsh echo 'eval "$(starship init zsh)"' >> ~/.zshrc

  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

    Install Homebrew.

  • zsh-autosuggestions

    Fish-like autosuggestions for zsh

    brew install fzf # for fuzzy find files, commands, etc brew install starship $(brew --prefix)/opt/fzf/install git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting # syntax highlight for zsh git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # smart autosuggestions for zsh echo 'eval "$(starship init zsh)"' >> ~/.zshrc

  • dotfiles

    Then edit the .zshrc. Here's mine.

  • SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Essential Terminal Settings for macOS

    2 projects | dev.to | 20 Nov 2023
  • Arch Installation for Beginners

    3 projects | dev.to | 15 Sep 2023
  • ZSH + Oh My ZSH! on Windows with WSL

    4 projects | dev.to | 3 Mar 2023
  • Wrote a "plugin manager" shell function. Any ideas for improvement?

    5 projects | /r/zsh | 13 Feb 2023
  • How to get zsh-autosuggestions and zsh-syntax-highlighting working when installed with xbps?

    2 projects | /r/voidlinux | 29 Jan 2023

Did you konow that Shell is
the 9th most popular programming language
based on number of metions?