Skip to content

Instantly share code, notes, and snippets.

View Jimfarrugia's full-sized avatar
👽

Jim Farrugia Jimfarrugia

👽
View GitHub Profile
@Jimfarrugia
Jimfarrugia / settings.json
Last active November 28, 2022 12:32
vscode user settings
{
"workbench.colorTheme": "Dracula",
"window.zoomLevel": -1,
"editor.fontFamily": "'JetBrains Mono', 'Droid Sans Mono', monospace",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"extensions.supportUntrustedWorkspaces": {
"shalldie.background": {

Create github repo from cli:

$curl -u 'jimfarrugia' https://api.github.com/user/repos -d '{"name":"","description":""}'

Add remote and push:

$ git remote add origin https://github.com/jimfarrugia/{name}.git

$ git push -u origin master