lestex / .dotfiles

Script to install useful apps in MacOS/Debian based environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac-setup - a script that installs a software on your mac

Maintained by Leandevops.io

Run:

➜ bash <(curl -s https://raw.githubusercontent.com/lestex/dotfiles/master/install.sh)
➜ cd .dotfiles
➜ ./mac-setup

The script installs the following software:

Brews

common

  • coreutils
  • findutils
  • jq
  • htop
  • tree
  • vim
  • ssh-copy-id
  • telnet
  • tmux

development tools

  • git
  • pyenv
  • awscli
  • packer
  • terraform
  • bitwarden-cli
  • go
  • pipenv
  • node
  • helm
  • gpg
  • watch
  • kind

Casks

common

  • authy
  • alacritty
  • bitwarden
  • daisydisk
  • google-chrome
  • vlc

development tools

  • docker
  • google-cloud-sdk
  • visual-studio-code

messaging

  • microsoft-teams
  • slack
  • telegram
  • homebrew/cask-versions/whatsapp-beta

VSCode extensions

  • editorconfig.editorconfig
  • bbenoist.vagrant
  • golang.go
  • hashicorp.terraform
  • magicstack.magicpython
  • ms-azuretools.vscode-docker
  • ms-python.python
  • ms-python.vscode-pylance
  • ms-vscode-remote.remote-containers
  • pkief.material-icon-theme
  • wholroyd.jinja
  • redhat.ansible

About

Script to install useful apps in MacOS/Debian based environments


Languages

Language:Shell 89.1%Language:Makefile 6.2%Language:Ruby 4.7%