/lazy-dev-setup

This shell script allows you to quickly install and configure freshly installed macos with all the dev needed onetime configuration.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

The macOS dev setup (automated install of powerlevel10k and oh-my-zsh)

The quickest way to freshly replicate configuration across macOS (even in parallel) with brew.

brew.sh

Automatically install zsh with powerlevel10k and oh-my-zsh

Do you want to automatically do a package installation on your newly instaled macOS dev machines.

brew.sh

People would tell to do time machine backup and restore from them, but

what if you like to do fresh install or may be debug a scenario or may be like to restore multiple machines in parallel.

This shell script allows you to quickly install and configure freshly installed macos with all the dev needed onetime configuration.

Please note that default packages are installed from following location

packages/commandlineTools.txt
packages/commandlineCaskTools.txt

In case, you would want to tweak and add more packages, please feel free to add/edit those files, default assumption is to use single package name per line.

just run

git clone https://github.com/nar3nd3r/lazy-dev-setup
cd lazy-dev-setup && chmod +x i_am_lazy.sh && ./i_am_lazy.sh

Options Included:

  • Sets system hostname systemwide
  • Installs home brew
  • Install basic dev packages (can be tweaked to user's needs)
  • Tweak system configuration For easier management
  • Installs Themes For Vim
  • Installs Powerlevel10k for nice terminal looks
  • Install MesloLGS font
  • Installs ZSH and oh-my-zsh

Feel free to raise any bug or issue.

Please Donate

if this script helped you a bit, please donate a meal.

Credits to brew, I just used their tool make this scripts possible.