Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/veerendra2/prepare-my-machine
- Owner: veerendra2
- Created: 2019-06-20T15:54:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T21:29:05.000Z (4 months ago)
- Last Synced: 2024-07-27T22:38:07.152Z (4 months ago)
- Topics: ansible, apt-get, automation, homebrew, macos, package-installation, pip, python, ubuntu
- Language: Shell
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
| 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 |
| https://github.com/veerendra2/dotfiles :large_blue_circle: |