Dan Fernandez 2019-09-26 16:50:34 -07:00
Родитель da1462881a e38555efcd
Коммит e8b5038e72
2 изменённых файлов: 13 добавлений и 2 удалений

Просмотреть файл

@ -16,6 +16,9 @@ export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\$(parse_git
#Aliases
#PowerShell
alias powershell="/usr/local/microsoft/powershell/6/pwsh ; exit;"
#Chrome for headless chrome
alias chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
# Ex: chrome --headless --disable-gpu --screenshot https://www.chromestatus.com/
@ -73,4 +76,4 @@ function fs() {
else
du $arg .[^.]* ./*;
fi;
}
}

Просмотреть файл

@ -5,7 +5,10 @@ tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "azure/functions"
tap "homebrew/cask-fonts"
brew "azure-cli" # Azure CLI
brew "azure-functions-core-tools"
# brew "aircrack-ng" # Wifi network security tool (blocked by Avast)
brew "baobab" # Disk Stats
brew "bash-completion" # Bash Completion
@ -27,6 +30,7 @@ brew "jq" # JSON command-line tool
# brew "kubernetes-cli" # Kubernetes cLI
# brew "kubernetes-helm" # Helm client for Kubernetes
brew "mas" # Mac App store app to download existing apps
brew "mitmproxy" # Free proxy for analyzing web traffic (like Fiddler)
brew "nmap" # Network utility
brew "node", link: false # Nodejs language tools
brew "npm" # Node Package Manager
@ -44,6 +48,7 @@ brew "zsh" # Z Shell
brew "zsh-completions" # Z Shell completions
cask "1password" # Password client service app
cask "airserver" # Airplay or Google Cast to Mac
cask "anki" # Anki - intelligent and social flash cards
# cask "avast-security" # Antivirus
cask "background-music" # Windows-like per-app audio control
cask "dash" # Documentation client
@ -51,7 +56,9 @@ cask "docker" # Docker container tools
cask "dotnet-sdk" # .NET language tools
cask "discord" # Discord client (voice chat)
cask "firefox" # Firefox browser
cask "font-cascadia" # Cascadia dev font
cask "google-chrome" # Chrome browser
cask "kap" # Screen capture animated gifs
cask "keepingyouawake" # Keeps MacOS from going to sleep indefinitely
cask "kindle" # Amazon Kindle app
cask "microsoft-azure-storage-explorer" # Azure GUI Storage Tool
@ -60,6 +67,7 @@ cask "microsoft-teams" # Teams client
cask "minikube" # Local Kubernetes tool
cask "mongodb" # MongoDB database
cask "postman" # REST-API tool
# cask "powershell" # PowerShell CLI
cask "skype" # Skype client
cask "slack" # Slack client
cask "spectacle" # Windows like move / resize windows
@ -74,4 +82,4 @@ mas "", id: 425955336
mas "", id: 668208984
mas "", id: 715768417
mas "", id: 476272252
mas "", id: 585829637
mas "", id: 585829637