{"id":15715980,"url":"https://github.com/ainsleyclark/system-setup","last_synced_at":"2025-05-12T21:59:29.251Z","repository":{"id":99758066,"uuid":"447313251","full_name":"ainsleyclark/system-setup","owner":"ainsleyclark","description":"Setup scripts for macOS \u0026 Ubuntu. Installing programming languages, IDEs, productivity and communication applications as well as developer tools.","archived":false,"fork":false,"pushed_at":"2022-12-28T08:16:08.000Z","size":48,"stargazers_count":15,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T18:39:58.545Z","etag":null,"topics":["apt","bash","bash-script","brew","macos","monterey","setup","setup-script","system","system-setup","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ainsleyclark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-12T17:39:12.000Z","updated_at":"2025-03-04T19:49:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"74066548-b086-46cb-ac47-24538ea57f49","html_url":"https://github.com/ainsleyclark/system-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ainsleyclark%2Fsystem-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ainsleyclark%2Fsystem-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ainsleyclark%2Fsystem-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ainsleyclark%2Fsystem-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ainsleyclark","download_url":"https://codeload.github.com/ainsleyclark/system-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253830913,"owners_count":21971001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apt","bash","bash-script","brew","macos","monterey","setup","setup-script","system","system-setup","ubuntu"],"created_at":"2024-10-03T21:43:44.652Z","updated_at":"2025-05-12T21:59:29.195Z","avatar_url":"https://github.com/ainsleyclark.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dev Workstation Setup\n\n[![Mac](https://github.com/ainsleyclark/system-setup/actions/workflows/mac.yml/badge.svg?branch=master)](https://github.com/ainsleyclark/system-setup/actions/workflows/mac.yml)\n[![Ubuntu](https://github.com/ainsleyclark/system-setup/actions/workflows/ubuntu.yml/badge.svg?branch=master)](https://github.com/ainsleyclark/system-setup/actions/workflows/ubuntu.yml)\n\nThese scripts are designed to set up a dev workstation on macOS and Ubuntu. These scripts install programming languages\nIDEs, productivity and communication applications as well as developer tools. You can see a list of what it installs\nbelow.\n\n## Important Note:\nI understand these applications may not be for everyone, so please feel free to fork and edit as much as you want, it's\nmerley a boilerplate to go off!\n\n## How to use\nSimply download this repo or clone it and run the following:\n\n**macOS:**\n```bash\nsudo chmod +x ./mac.sh\nsh mac.sh\n```\n\n**Ubuntu:**\n```bash\nsudo chmod +x ./ubuntu.sh\nsudo sh ubuntu.sh\n```\n\n## Git\nGit will be configured and a username and email address will be read at the beginning of the script and set globally.\nThe  `.gitignore` file that resides under `./git` will be copied and used globally to exclude any large library files from\nnew repositories.\n\n## ZSH\n[Oh My ZSH](https://ohmyz.sh/) will be installed and aliases and functions will be copied from the `zsh` folder if the\n`post-install.sh` script is run. Please feel free to clone this repo and edit.\n\n## Versions\nYou are able to set the specific versions of GoLang and PHP at the very top of the install scripts.\n\n## What's installed\n\n### macOS\n\n- Curl\n- wget\n- Git\n- Chrome\n- Firefox\n- Edge\n- iTerm2\n- GoLang\n- Node\n- PHP\n- Python\n- MySQL\n- MySQL Client\n- VS Code\n- GoLand\n- PhpStorm\n- DataGrip\n- WebStorm\n- Slack\n- WhatsApp\n- Zoom\n- Bash 5\n- Zsh\n- Oh My ZSH\n- KubeCTL\n- Go Releaser\n- Hugo\n- Postman\n- Simplenote\n- Adobe Creative Cloud\n- Spotify\n- VLC\n- Plex\n- Transmission\n- Carbon Copy Cloner\n- Geekbench\n- Handbrake\n- Neofetch\n- Webp\n- OptiPNG\n- JpegOptim\n- libavif\n- ffmpeg\n- Shpotify\n\n### Ubuntu\n\n- Curl\n- Git\n- Chrome\n- Edge\n- GoLang\n- Node\n- PHP\n- Python\n- MySQL\n- MySQL Client\n- Nginx\n- VS Code\n- Jetbrains Toolbox\n- Zsh\n- Oh My ZSH\n- KubeCTL\n- Go Releaser\n- Hugo\n- Postman\n- Simplenote\n- Spotify\n- VLC\n- Webp\n- OptiPNG\n- JpegOptim\n- ffmpeg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fainsleyclark%2Fsystem-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fainsleyclark%2Fsystem-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fainsleyclark%2Fsystem-setup/lists"}