Best MacOS Apps, advanced settings. HomeBrew. Установка софта с помощью brew.
Its the part of 🎓 MacOS Starter Kit
Install:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/isuvorov/notes/HEAD/apps.sh)"
brew install node
brew install gnupg
brew install htop
brew install ncdu
brew install nginx
Nginx set for local debugging:
brew install nginx
git clone https://github.com/isuvorov/nginx ~/projects/nginx
echo "include /Users/isuvorov/projects/nginx/nginx.mac.conf;" > /usr/local/etc/nginx/nginx.conf
sudo cp /usr/local/opt/nginx/*.plist /Library/LaunchDaemons
ln -s $HOME/projects/nginx /etc/nginx
- How to start nginx on port 80 at Mac OSX boot up / log in
https://gist.github.com/cmbankester/a3517bd398475a9e3a48
sudo nginx
sudo nginx -s start
sudo nginx -s stop
brew install wget
brew install httpie
brew install ansible
brew install curl
brew install certbot
brew install nginx
brew install node
More info: 🎓 Node.js Starter Kit – Node.js, GIT, GPG settings, best global NPM packages
brew install python
brew install go
brew install php
brew install --cask ab speedtest
brew install --cask 1password
brew install --cask studio-3t
brew install --cask asana
brew install --cask alfred
- Alfred
- Tab: General
- Launch Alfred at login
- Tab: Appearance
- Alfred Dark
- Options
- Hide Alfred hat > enable
- Hide menu bar icon > enable
- Show Alfred on: active screen
- Use native macOS Dark Mode window rendering > enable
- /Users/isuvorov/Documents/itheme.alfredappearance
- Tab: General
- Bear on the Mac App Store увы Brew нету
brew install --cask datagrip
brew install --cask daisydisk
brew install --cask discord
brew install --cask docker
brew install --cask electrum
brew install --cask google-chrome
brew install --cask maccy
- https://apps.apple.com/us/app/maccy/id1527619437 Clipy analogue
cmd+shift+v
brew install --cask mate-translate
brew install --cask miro
brew install --cask mongodb-compass
brew install --cask notion
brew install --cask postman
brew install --cask punto-switcher
ищу аналоги
brew install --cask rectangle
Spectacle.app analogue
изучаю
brew install --cask slack
brew install --cask spectacle
- [Settings > Privacy > Accessibility > Enable]
- Launch at login
- Run as a background application
- Read and remember shortcuts:
- Center
- Fullscreen
- Half
- Next display
brew install --cask spotify
brew install --cask sourcetree
brew install --cask iterm2
More info: 🎓 Terminal Starter Kit – iTerm2, oh-my-zsh, BASH & ZSH Aliases
inspirated by: How to Configure your macOs Terminal with Zsh like a Pro
brew install --cask sublime-text
- Install package control
- install Oceanic Next Color Scheme
- GitHub - voronianski/oceanic-next-color-scheme: Sublime Text color scheme ready for next generation JavaScript syntax
- Sublime Text -> Preferences -> Color Scheme
- https://apps.apple.com/ru/app/things-3/id904280696 увы brew нету
brew install --cask telegram
brew install --cask telegram-desktop
brew install --cask tunnelblick
brew install --cask visual-studio-code
brew install --cask webstorm
brew install --cask zeplin
brew install --cask zoom
brew install gitlab-runner
https://docs.gitlab.com/runner/install/osx.html
git
2. brew install mongo
5. brew install watchman
facebook/create-react-app#4540