Skip to content

My dotfiles, macOS settings, homebrew formulae and casks, etc

License

Notifications You must be signed in to change notification settings

philipwindeyer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My machine setup, including dotfiles, step-by-step instructions for manual setup, and scripts for automated installation and maintenance updates.

Getting started (first time setup)

macOS

Linux Mint

Windows 11

  • Open Terminal app (defaults to PowerShell) or PowerShell session as Administator
  • winget install -s winget --accept-package-agreements Git.Git (first run will prompt you to accept terms and conditions manually)
  • cd ~
  • If cloning over SSH, AND/OR have write-access wish to contribute, follow these steps:
  • mkdir .ssh
  • Copy ssh keys from protected source to ~/.ssh
    • mv .\id_rsa ~\.ssh\
    • mv .\id_rsa.pub ~\.ssh\
  • Follow Cloning this repo over SSH
  • Follow the steps in windows/README.md to complete the setup

Add SSH keys (macOS / Linux)

If cloning over SSH, AND/OR have write-access wish to contribute, follow these steps:

  • mkdir .ssh

  • Copy ssh keys from protected source to ~/.ssh

    • mv ./id_rsa ~/.ssh/
    • mv ./id_rsa.pub ~/.ssh/
    • chmod 400 ~/.ssh/*

Cloning this repo over SSH

Clone anywhere you'd like. This is how I setup and manage my repos locally

  • mkdir workspaces
  • cd workspaces
  • mkdir personal
  • cd personal
  • git clone git@github.com:philipwindeyer/dotfiles.git
    • OR git clone https://github.com/philipwindeyer/dotfiles.git

About

My dotfiles, macOS settings, homebrew formulae and casks, etc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published