/droca

dotfile repo of curtis alexander

Primary LanguageNuMIT LicenseMIT

droca

❗ ❗ ❗ Very much a work in progress

Organization

common

Common files across any OS

Windows

Files specific to Windows

Linux

Files specific to Linux

macOS

Files specific to macOS

utils

Utilities

New Machine

Install git

  • Install git
# Windows
winget install git
  • Clone repo
git clone https://github.com/curtisalexander/droca.git

Install Nushell

  • Install Nushell
# Windows
winget install nushell

Symlink files

Run 🚧 utility to symlink files

  • Windows →
  • Linux →
  • macOS →

Add a New File

🚧

Windows

Making a symbolic link

# open PowerShell as an Admin
New-Item -Type SymbolicLink -Target "C:\Users\myusername\code\droca\common\.gitconfig" -Path "C:\Users\myusername\.gitconfig"

Remove a File

🚧