Skip to content

Instantly share code, notes, and snippets.

View melissasage's full-sized avatar

Melissa Sage Dumont melissasage

View GitHub Profile
# My custom additions
# Planets / Gay / Alchemy
<Multi_key> <M> <a> <r> <s> : "♂" mars # MARS / MALE SIGN
<Multi_key> <V> <e> <n> <u> <s> : "♀" venus # VENUS / FEMALE SIGN
<Multi_key> <l> <e> <z> : "⚢" lesbian # LESBIAN / DOUBLED FEMALE SIGN
<Multi_key> <g> <a> <y> : "⚣" gay # GAY / DOUBLED MALE SIGN
<Multi_key> <t> <r> <a> <n> <s> : "⚧" trans # TRANS / MALE WITH STROKE AND MALE WITH FEMALE SIGN
@melissasage
melissasage / cloudSettings
Last active November 7, 2022 18:51
vscode sync
{"lastUpload":"2022-11-07T18:51:49.406Z","extensionVersion":"v3.4.3"}
@melissasage
melissasage / keybase.md
Created February 28, 2019 23:08
keybase

Keybase proof

I hereby claim:

  • I am melissasage on github.
  • I am melissasage (https://keybase.io/melissasage) on keybase.
  • I have a public key whose fingerprint is 46E6 41F6 E323 E15F 7733 809F 821A B214 5224 C5EF

To claim this, I am signing this object:

@melissasage
melissasage / windows-at-fsa.md
Created December 12, 2018 23:18
How to Use Windows at Fullstack Academy

How to Use Windows at Fullstack Academy

Hello, future devs at Fullstack Academy and the Grace Hopper Program! Do you use Windows? Not really sure you want to make the switch to a Mac? I don't blame you; I had been a Mac user for the better part of a decade before switching to Linux, and then to Windows a few months before I started at Grace Hopper. As I'm writing this, I graduated from the program less than a week ago, and so I wanted to write some thoughts up while they're fresh in my head about using Windows. I figured a lot of this out on my own and in consultation with other non-Mac users, and so, rather than let others reinvent the wheel, I thought I'd provide a brief guide.

Linux on Windows

The simple fact is that you will have to use a Unix system of some sort, for technical reasons having to do with computer architecture. Git Bash, the provided Unix shell on Windows, is woefully inadequate. You can go the route of dual-booting your computer into a Linux partition or using a virtual Linux distrib

Haley
Korshakk
Aoi
Lexina
Gilshar
Nathandriel Kelemaneril
Talon
Red
Bubbles
Slash
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->