This is my probably impossibly broken fork of @holman's dotfiles. Here's some instructions because I never remember what to do:
Hop into System Preferences and ensure everything is turned on.
-
Install Xcode Developer tools:
xcode-select --install
-
Grab the repo and run it:
git clone https://github.com/Pe8er/dotfiles.git ~/.dotfiles; cd ~/.dotfiles; script/bootstrap`.
This installs:
- System and app preferences.
- Homebrew.
- Apps.
- Enable Junk mail filtering.
- Enable signatures.
- Enable rules.
If I'm not mistaken, it should suffice to install Settings Sync
extension and use it. Alternatively, a few reminders:
-
Theme:
Tokyo Night
orMaterial Ocean High Contrast
-
Icons:
Fluent Icons
-
Font:
JetBrainsMono Nerd Font Mono
-
Allow VSCode to modify itself:
sudo chown -R $(whoami) $(which codium) sudo chown -R $(whoami) /Applications/VSCodium.app/Contents/Resources/app/out
-
APC Customize UI++ stuff in settings.json:
"workbench.colorTheme": "Tokyo Night", "editor.fontFamily": "JetBrainsMono Nerd Font Mono, FiraCode Nerd Font, monospace", "editor.fontSize": 13, "window.titleBarStyle": "native", "apc.electron": { "frame": false }, "window.commandCenter": false, "workbench.layoutControl.enabled": false, "editor.fontLigatures": true, "editor.minimap.autohide": true
-
Enable APC extension.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"