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.
- Things
- Silicio
- Adobe Apps
- Popcorn-Time
- Enable Junk mail filtering.
- Enable signatures.
- Enable rules.
- Download and run.
- Enable Things Cloud.
- Check:
- Quick Entry shortcuts (Ctrl + ~ and Ctrl + Esc)
- Calendar events.
- 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)"