- Xcode
xcode-select --install
- brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
- Nix
sh <(curl -L https://nixos.org/nix/install)
- Darwin
nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer./result/bin/darwin-installer
git clone https://github.com/ArchieAtkinson/config.gitnix build .#darwinConfigurations.Archies-MacBook-Pro.system --extra-experimental-features "nix-command flakes"printf 'run\tprivate/var/run\n' | sudo tee -a /etc/synthetic.conf/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t./result/sw/bin/darwin-rebuild switch --flake .darwin-rebuild switch --flake .
- Setup SSH
- Switch config repo origin
git remote set-url origin git@github.com:ArchieAtkinson/config.git
- Login into:
- Firefox
- Bitwarden
- Gmail
- Youtube
- Dropbox
- Firefox
- MacOS Settings
- Display -> "More Space"
- Wallpaper -> Solar Gradients
- Control Centre -> Bluetooth -> "Show in Menu Bar"
- Lockscreen
- Start Screen Saver ... -> "Never"
- Turn display off on battery ... -> " For 10 minutues"
- Turn display off on power ... -> " For 10 minutues"
- Require password ... -> "Immediately"
- Show message when locked -> "Please contact if found"
- uBlock
- Remove YouTube Shorts in List View
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-grid-video-renderer [overlay-style="SHORTS"]:upward(ytd-grid-video-renderer)
- Remove YouTube Shorts in List View
- Raycast
- nixpkg Rectangle doesn't work
- Why do I need to use
open -a Rectangle - and why does it still work when I "uninstall it'
- Why do I need to use
- How to automate SSH key managment
- Get apps to show up in spotlight
- Automate resolution change
- Automate adding fuzzyclock to logi items
- Create Terminal profile (or find a replace)
- Disable audio bell, replace with visual
- zsh
- zsh in
default.nixallows typingcodium - zsh in
aa-home.nixallows direnv
- zsh in
- check vscode settings.json for possible new global changes
- dock on the right side
- Delete generations (nix)
sudo nix-collect-garbage --delete-old
- Delete generations (darwin)
sudo ./result/sw/bin/nix-collect-garbage -d
- Switch Version
darwin-rebuild switch --flake .
- Open in background (MacOS)
open -gj -a obsidian
- Update the lock file
nix flake update