Skip to content

Instantly share code, notes, and snippets.

Arch Install Guide For Dummies

  • connect to internet and just use archinstall or follow the rest of guide if you don't want to use it.
  • lsblk (list block devices)
  • partition disks using cfdisk
    • /boot/efi (>100M and < 1G)
    • SWAP (2x your system memory)
    • / (root) (rest of the space)
    • opt. seperate /home partition (not covered in this guide)
  • format to specific filetypes
@vimfn
vimfn / settings.json
Created January 21, 2024 09:02
VSCodium settings (2024)
{
"window.zoomLevel": 1,
"workbench.startupEditor": "none",
"window.menuBarVisibility": "hidden",
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)",
"workbench.iconTheme": "Monokai Pro (Filter Spectrum) Icons",
"vscord.app.privacyMode.enable": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
@vimfn
vimfn / why.md
Last active March 9, 2024 10:02

Why is your profile private?

I made the decision to set my GitHub profile to private for personal reasons that I'd prefer not to delve into. It's important to me to maintain a respectful atmosphere and avoid any potential misunderstandings. Sometimes, dealing with unwanted attention can feel unsettling, and it's something I'd rather not have to manage.

If you still feel like you want to see how it looked, here is the web archive to save you one step: github.com/arnvgh (Snapshot taken on 09 March, 2024)

What now?

Not much has changed functionally. While you won't be able to view the GitHub heatmap or see all the contributions at once, everything else remains intact – the repositories, commits, information, and so forth are all there. You can still engage with my projects by starring them, creating pull requests, and opening issues.