Skip to content

z2e3r40o/machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machine

This repository contains everything I need to quickly get a brand new machine ready for development.

After setting up a user account on an Apple machine, I login with that user and run the following command in Terminal.app, there are prompts for information as it runs and a few manual steps to be completed after:

$ curl "https://raw.githubusercontent.com/z2e3r40o/machine/master/install.sh" | zsh

Once complete I have the following on my machine:

  1. XCode
  2. Homebrew
  3. Machine configuration files
  4. Programs
  5. Apps
    • Bitwarden
    • ProtonVPN
    • Kitty (Terminal)
    • Firefox Developer Edition
    • Textual (IRC)
    • Phoenix (window management)
  6. Dotfiles
  7. Colors
  8. Fonts
  9. SSH key

The following will need to be completed manually:

  1. Set MacOS settings (i.e. tap to click, ctrl to capslock, etc)
  2. Select default base16-shell theme (i.e. $ base16_tommorrow-night)
  3. Access Bitwarden
  4. Generate gpg key gpg --full-generate-key
  5. Set correct GPG key in dotfiles/gitconfig for signing commits
  6. Upload public keys
  7. Add /usr/local/bin/zsh to /etc/shells and chsh -s /usr/local/bin/zsh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published