Bash + GNU Stow: take a walk while your new macbook is being set up

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Ansible

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

  • I'd love to hear some ideas to improve this current setup! Currently I'm checking ansible so stay tuned for a possible upgrade.

  • mas

    :package: Mac App Store command line interface

  • For all the apps that cannot be found as brew casks we can use mas (Mac App Store cli). This cli tool needs the IDs of the apps. To check the apps you have installed simply run:

  • 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
  • duti

    A command-line tool to select default applications for document types and URL schemes on Mac OS X

  • Lastly, and this is a personal preference, I want to set vscode as default application for all my source code files. To do so we will use duti.

  • 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.

  • I use oh my zsh along with powerlevel10k and this is how my terminal looks pretty, right?

  • powerlevel10k

    A Zsh theme

  • install_oh_my_zsh() { if [[ ! -f ~/.zshrc ]]; then info "Installing oh my zsh..." ZSH=~/.oh-my-zsh ZSH_DISABLE_COMPFIX=true sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" chmod 744 ~/.oh-my-zsh/oh-my-zsh.sh info "Installing powerlevel10k" git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k else warn "oh-my-zsh already installed" fi }

  • vim-plug

    :hibiscus: Minimalist Vim Plugin Manager

  • Lastly, I also want to automatically install all my neovim plugins. First I need to install the plugin manager (I use vim-plug) and then I want to install all the plugins defined on my dotfiles

  • .dotfiles

    My dev setup scripts and configs (by protiumx)

  • View on GitHub

  • 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

  • How to get this type of terminal in vs code.Is there any extension used?I know its zsh. But how do I make it look like this

    2 projects | /r/vscode | 22 Dec 2022
  • Trying to understand how to make my Fedora 37 terminal look like Manjaros'.

    2 projects | /r/Fedora | 15 Dec 2022
  • Yet another PS1

    4 projects | /r/bash | 19 Nov 2022
  • My developer workflow using WSL, tmux and Neovim

    12 projects | dev.to | 16 Aug 2022
  • Setup your fancy terminal

    4 projects | dev.to | 8 Jul 2022