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.
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.
git clone https://github.com/nar3nd3r/lazy-dev-setup
cd lazy-dev-setup && chmod +x i_am_lazy.sh && ./i_am_lazy.sh
- 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.