Skip to content

Instantly share code, notes, and snippets.

@maxbmx
Last active July 27, 2022 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxbmx/ed8ba89ddb9d8004cb3341a32e94cb86 to your computer and use it in GitHub Desktop.
Save maxbmx/ed8ba89ddb9d8004cb3341a32e94cb86 to your computer and use it in GitHub Desktop.
macOS starting setup
1. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. brew install zsh zsh-completions
2.1 chsh -s /bin/zsh
2.2 sudo port install zsh zsh-completions
3. sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
4. vi ~/.zshrc
do ZSHRC:
#CUSTOM
#ZSH_THEME="robbyrussell"
ZSH_THEME="agnoster"
DEFAULT_USER=$USER
5. defaults write com.apple.finder AppleShowAllFiles YES
6. defaults write com.apple.screencapture location ~/Pictures/screenshoots
7. touch .hushlogin
8. ssh-keygen
9. Kopia ustawien sublime: cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
Finder CMD+G -> ~/Library/Application Support/Sublime Text 3/Packages)
#Ustawienie
defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes
#Aplikacje do zainstalowania:
1Password 7.app
Brave Browser.app
CopyClip.app
ImageOptim.app
iTerm.app
Magnet.app
Mattermost.app
Microsoft Remote Desktop.app
Monosnap.app
Pixelmator Pro.app
Slack.app
Spotify.app
Sublime Text.app
TablePlus.app
The Unarchiver.app
Transmit.app
Tunnelblick.app
Zwift.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment