2025-04-07 11:59:43 +03:00
wip
2025-04-07 11:46:19 +03:00
2025-04-07 11:59:43 +03:00
qol
2025-04-05 20:01:46 +03:00
wip
2025-04-07 11:46:19 +03:00
2024-11-09 20:55:43 +02:00
2025-03-12 21:25:53 +02:00
2025-03-24 18:18:00 +02:00
qol
2025-04-05 20:01:46 +03:00
qol
2025-04-05 20:01:46 +03:00
2025-03-24 18:18:00 +02:00
A
2025-03-13 20:15:03 +02:00
2025-03-12 21:25:53 +02:00

OCbwoy3's Dotfiles

Prerequisites:

  • NixOS
  • Knowledge of the terminal

How to install

step 1. install base nixos using the commandline (without ui and bloat) with this disk config (assuming it's /dev/sda)

/dev/sda1 - 1G fat32 fmask=0022 dmask=0022 vfat
            mounts to /boot

# optionally add compress=zstd (which i forgot to do)

/dev/sdb2 - 100% btrfs
            subvol root -> /
   noatime subvol nix -> /nix
   subvol home -> /home
   subvol root -> /root

step 2. create user named 'ocbwoy3'

step 3.

cd ~
nix-shell -p git

once you're in the shell

git clone https://github.com/ocbwoy3/config
cd config
sudo nixos-rebuild switch --flake .#default --impure --cores 4
mkdir -p /home/ocbwoy3/Pictures/Screenshots
mkdir -p /home/ocbwoy3/Downloads
mkdir -p /home/ocbwoy3/Desktop
mkdir -p /home/ocbwoy3/Documents
mkdir -p /home/ocbwoy3/Projects

To avoid the same mistake of not not having internet, add Cloudflare's DNS servers to /etc/resolv.conf. (as root)

nameserver 1.1.1.1

Or you know, use your ISP's unsafe and possibly privacy-invasive pre-defined DNS nameservers with networking.resolvconf.enable = true;.

Description
nixos config + dots
Readme 3.6 MiB
Languages
Nix 42.5%
Shell 26.7%
TypeScript 23.7%
CSS 6%
QML 1.1%