_ _ __ _ _
__| | ___ | |_ / _(_) | ___ ___
/ _` |/ _ \| __| |_| | |/ _ \/ __|
| (_| | (_) | |_| _| | | __/\__ \
\__,_|\___/ \__|_| |_|_|\___||___/
Collection of files for mac setup and useful scripts. Thanks to @max-lobur.
Based on https://github.com/max-lobur/dotfiles.
The above color theme is Cobalt Neon
- Install Homebrew https://brew.sh
- Install GPG
brew install gpg
- Add existing or generate SSH key in
~/.ssh
(for GitHub see documentation) - Import existing GPG key with
gpg --import key.asc
or create new one - Run
gpg --list-secret-keys
to get yourGPG_KEY
forvars.sh
- Make sure to sign in with Apple ID
- Clone it / Fork it to
$HOME/git
directory - Update vars.sh
- Review the init scripts, enable/disable stuff
- Run
./init.sh
- Remove all default Apple apps from Dock
- Create Apple folder in Launchpad, add all default Apple apps to it
- Set wallpaper (
img/wallpaper 4k.jpg
) - System Preferences -> Keyboard -> Shortcuts -> Function Keys and add:
- "PyCharm"
- "Intellij IDEA"
- "RubyMine"
- "GoLand"
- Review all other system Keyboard Shortcuts and remove all unused
- Setup Input Sources
- Authenticate in all apps
- iTerm Configuration
- Launch iTerm and type
p10k configure
for configuration, see this gist for theme - iTerm -> Preferences -> Appearance -> General -> Minimal
- iTerm -> Preferences -> Profile -> Terminal -> Scrollback Lines -> 100 000
- Launch iTerm and type
- Setup Dock
- Add the Raycast script commands by installing the app and following https://github.com/raycast/script-commands.
All scripts are idempotent - hack & rerun until it works.