Skip to content

Pe8er/dotfiles

 
 

Repository files navigation

This is my probably impossibly broken fork of @holman's dotfiles. Here's some instructions because I never remember what to do:

1. iCloud

Hop into System Preferences and ensure everything is turned on.

2. Install Dotfiles

  1. Install Xcode Developer tools: xcode-select --install
  2. Grab the repo and run it: git clone https://github.com/Pe8er/dotfiles.git ~/.dotfiles; cd ~/.dotfiles; script/bootstrap.

This installs:

  1. System and app preferences.
  2. Homebrew.
  3. Apps.

3. Apps Setup

Additional Downloads

  1. Things
  2. Silicio
  3. Adobe Apps
  4. Popcorn-Time

Mail

  1. Enable Junk mail filtering.
  2. Enable signatures.
  3. Enable rules.

Things

  1. Download and run.
  2. Enable Things Cloud.
  3. Check:
    1. Quick Entry shortcuts (Ctrl + ~ and Ctrl + Esc)
    2. Calendar events.
    3. Reminders.

VSCodium

  1. Theme: Tokyo Night or Material Ocean High Contrast
  2. Icons: Fluent Icons
  3. Font: JetBrainsMono Nerd Font Mono
  4. Allow VSCode to modify itself:
sudo chown -R $(whoami) $(which codium)
sudo chown -R $(whoami) /Applications/VSCodium.app/Contents/Resources/app/out
  1. 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
  1. Enable APC extension.

Troubleshooting

Uninstall Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.7%
  • Python 1.9%
  • Shell 1.1%
  • CSS 0.7%
  • JavaScript 0.2%
  • AppleScript 0.2%
  • Other 0.2%