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

macOS

TODO

Linux Mint

TODO

Windows 11

Getting started (first time setup)

  • 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\

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
  • Follow the steps in windows/README.md to complete the setup

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published