Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/veerendra2/prepare-my-machine

IaC setup to install necessary packages :inbox_tray: and configure :wrench: my Ubuntu and MacOS :computer:
https://github.com/veerendra2/prepare-my-machine

ansible apt-get automation homebrew macos package-installation pip python ubuntu

Last synced: about 1 month ago
JSON representation

IaC setup to install necessary packages :inbox_tray: and configure :wrench: my Ubuntu and MacOS :computer:

Awesome Lists containing this project

README

        

![GitHub Repo stars](https://img.shields.io/github/stars/veerendra2/prepare-my-machine?style=flat)
![GitHub issues](https://img.shields.io/github/issues/veerendra2/prepare-my-machine?style=flat)

# Prepare My Machine
[IaC](https://en.wikipedia.org/wiki/Infrastructure_as_code) setup to install necessary packages and configure my Ubuntu(Or any Debian distro) and MacOS.

Windows Mac ansible

| Used Ansible Roles |
| ------------------ |
| [](https://github.com/veerendra2/ansible-role-prepare_dev_setup) |
| [](https://github.com/geerlingguy/ansible-role-docker) |

## Run
> :information_source: For MacOS [Homebrew](https://brew.sh/) must be installed before running this playbook
```
curl https://raw.githubusercontent.com/veerendra2/prepare-my-machine/master/bootstrap.sh | bash
```

#### iTerm Configuration Tips for MacOS
* [iTerm - going one word backwards and forwards](https://apple.stackexchange.com/a/293988)
* [Configure bash(Homebrew) in iTerm for MacOS](https://github.com/veerendra2/dotfiles#configure-bashhomebrew-in-iterm-for-macos)

## Other repos
| Repos |
| ---- |
| https://github.com/veerendra2/init-my-windows Windows |
| https://github.com/veerendra2/dotfiles :large_blue_circle: |