Skip to content

Instantly share code, notes, and snippets.

View opticaldrive's full-sized avatar
:octocat:
Githubing occasionally

opticaldrive

:octocat:
Githubing occasionally
View GitHub Profile
@opticaldrive
opticaldrive / installVSC.sh
Last active June 5, 2024 17:39
Install VScode Self Hosted Web on your Nest account.
#!/bin/bash
echo "Preparing to install code-server."
# Get the current user's username and assign it before using it
USER=$(whoami)
echo "user: $USER"
# Install code-server using nix
nix-env -iA nixpkgs.code-server