Skip to content

Instantly share code, notes, and snippets.

View carlcidromero's full-sized avatar
💻
Stuck in vim

Carl (Cid) Romero carlcidromero

💻
Stuck in vim
  • Seattle, WA
View GitHub Profile
@carlcidromero
carlcidromero / neomutt-setup.md
Last active November 22, 2024 11:36
Basic Setup For Multiple Gmail Accounts In Neomutt

Basic Setup For Multiple Gmail Accounts In Neomutt

Just started using Neomutt, so my setup is still very basic.
It was quite a headache getting it to work with multiple Gmail accounts.
Hopefully the information below helps you and future me.

References

@carlcidromero
carlcidromero / game-maker-studio-arch-linux.md
Created January 29, 2025 05:49
Checklist to run GameMaker Studio on Arch Linux

Checklist to run GameMaker Studio on Arch Linux

  1. Download the Windows GMS exe
  2. sudo pacman -S flatpak
  3. flatpak install bottles
  4. flatpak run coms.usebottles.bottles
  5. Create a gaming bottle by following the Bottles docs
  6. Run the GMS exe.

Troubleshooting

@carlcidromero
carlcidromero / tmux-cheatsheet.markdown
Created February 11, 2025 13:55 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname