- Theme: Dark
- Sidebar icon size: Small
- Ask to save before closing: Checked
- Screen Saver: Drift (Option Color: Desktop)
- Hot Corner: Bottom Left: Mission Control
- Hot Corner: Bottom Right: Desktop
- Double-click a window's title bar: Zoom
- Minimize windows into application icon: Unchecked
- Animate opening applications: Checked
- Automatically hide and show the Dock: Unchecked
- Show indicator lights for open applications: Checked
- Show recent applications in Dock: Unchecked
- Automatically hide and show the menu bar: Checked
- Set menu bar icons
- Group windows by application: Checked
- Show Siri in menu bar: Unchecked
- Set your indexing order
- Add new account (Google, Company, Workspace, Outlook, School Mail)
- Set lock message
- Tap to click
- Open safe downloads: Unchecked
- Install Extensions
- Show Develop menu in menu bar: Checked
- Favorites: Checked
- Reading List: Checked
- Polyglot
- DuckDuckGo Privacy Essentials
- WhatFont
- Amphetamine
- Encrypto
- Slack
- Hotspot Shield VPN
- Telegram
- Grammarly
- Swift Playgrounds
- Pages
- Numbers
- The Unarchiver
- Google Chrome
- Firefox
- Zoom
- AnyDesk
- AppCleaner
- Steam (Close startup settings)
- Spotify
- Discord
- Notion
- Macs Fan Control
- Neat Download Manager
- Android File Transfer
- PDFsam Basic
- Zoho Mail
- coconutBattery
- Malwarebytes
- Keka
- CleanMyMac X
- Visual Studio Code
- CLion
- RubyMine
- Docker Desktop
- Creative Cloud Desktop
- Adobe Photoshop
- Adobe Illustrator
- Adobe XD
- Adobe InDesign
- Adobe Acrobat DC
- Figma
- Aseprite
- SF Symbols
- Download Terminal Theme (omerayyildiz.terminal)
- Install Oh My Zsh
- Install Powerlevel10k
- Install Git Plugin
- Install Transfer Plugin
- Install Zsh Autosuggestions
- Install Zsh Syntax Highlighting
- Install Emoji Plugin
- Install Xcode Command Line Tools (
xcode-select --install
) - Install Brew
- Install Node
- Install Yarn
- Install Vimrc
- Set .gitconfig:
[user]
name = Ömer Ayyıldız
email = oayyildiz416@gmail.com
signingkey = { GPG KEY HERE }
[init]
defaultBranch = main
[pull]
rebase = false
- Set GitHub SSH Key
mkdir .ssh && cd .ssh
ssh-keygen -t ed25519 -C "your_email@example.com"
eval "$(ssh-agent -s)"
touch config
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519
ssh-add -K ~/.ssh/id_ed25519
- Install GitHub CLI (
brew install gh
) - Install Ruby (
brew install ruby
) - Install Bundler (
gem install bundler
) - Install Speedtest CLI
- For SSH Server Connection:
Host omerayyildiz
HostName { Server IP here }
Port 22
User root
IdentityFile ~/.ssh/private_key
- Update Docker Desktop
- Set RubyMine
- Photoshop Workspace
- Illustrator Workspace
- XD Plugins
- Install Fonts from
tools/fonts
- Set Brush-Set
tools/brush-set
- Google Classroom
- Microsoft Teams
- Close all startup apps (use CleanMyMac X)
- Clean macOS Cache (use CleanMyMac X)
- Reboot
- My VSCode Extensions:
aaron-bond.better-comments-2.1.0
alefragnani.bookmarks-13.1.0
azemoh.one-monokai-0.5.0
coenraads.bracket-pair-colorizer-2-0.2.1
davidanson.vscode-markdownlint-0.42.1
esbenp.prettier-vscode-8.0.1
esbenp.prettier-vscode-8.1.0
frenco.vscode-vercel-1.0.3
github.copilot-1.2.2126
github.copilot-1.2.2148
github.vscode-pull-request-github-0.28.0
hediet.vscode-drawio-1.6.1
icrawl.discord-vscode-5.7.0
kasik96.swift-0.2.0
mechatroner.rainbow-csv-1.9.1
ms-azuretools.vscode-docker-1.15.0
ms-vscode-remote.remote-containers-0.187.1
ms-vscode-remote.remote-ssh-0.65.7
ms-vscode-remote.remote-ssh-edit-0.65.7
ms-vscode.vscode-typescript-next-4.4.20210715
ms-vscode.vscode-typescript-next-4.4.20210727
octref.vetur-0.34.1
pkief.material-icon-theme-4.8.0
ritwickdey.liveserver-5.6.1
tabnine.tabnine-vscode-3.4.17