Skip to content

Instantly share code, notes, and snippets.

@paoloumali
Last active February 17, 2021 18:18
Show Gist options
  • Save paoloumali/489af7365fafabb203141df238d86e1e to your computer and use it in GitHub Desktop.
Save paoloumali/489af7365fafabb203141df238d86e1e to your computer and use it in GitHub Desktop.
workstation pc, partitioning, and setup

Windows (games)

  • symlink files and user folders to shared and extended, i.e. desktop, downloads
  • enable indexing of s:/public/(downloads|docs|music|videos)
  • junctions
    • mklink /J C:\Users%username%.vagrant.d E:%username%.vagrant.d
    • mklink /J C:\Users%username%.vscode E:%username%.vscode

Ubuntu (work)

  • dotfiles
  • vscode
  • docker
  • web dev

Mac (learn)

  • iOS, native apps

Partitioning

sig: [name, size, fs, description, hierarchy]

nvme_500GB:
  1: ubuntu

nvme_1TB:
  c: [ windows, 120G, ntfs ]
  e: [ extended, 120G, ntfs, 'windows libraries, extended programs' ]
  g: [ games, 300G, ntfs, 'windows games', Steam: [Dota2] ]
  etc: linux partitions
  
hdd_2TB:
  f: [ files, 400G, exfat, 'static, bundled or compressed files (isos, zip, tar, 7z)' ]
  w: [ winbackups, 200G, ntfs, windows backups]
  s: [ shared, 800G, exfat, 'cross-platform ready-to-use files', public: [Documents, Downloads, Music, Pictures, Videos] ]
  
ssd_120G:
  1: mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment