Skip to content

Instantly share code, notes, and snippets.

View pulkitgoyal56's full-sized avatar
🔥

Pulkit Goyal pulkitgoyal56

🔥
View GitHub Profile
@KillyMXI
KillyMXI / README.md
Last active June 2, 2024 21:35
Obsidian live-preview list threading and highlight
@pulkitgoyal56
pulkitgoyal56 / $SCRIPTS
Last active July 9, 2024 14:47
Scripts
#!/usr/bin/env sh
## Clone Gist to ~/scripts
git clone git@gist.github.com:4b1b573c408d3a7d488fe77d20c984c7.git ~/scripts
## Run Setup Script
~/scripts/setup.sh
@safijari
safijari / orgmode_spacemacs.org
Last active May 30, 2023 16:11
Org mode spacemacs tutorial file

I hope the tutorial has been useful to you. If it was kindly leave a like and a comment, and consider subscribing and turning on subscription notifications. I intend to make more videos like this on the topics mentioned before as well as on other spacemacs topic like magit (git plugin), large scale refactoring, and a number of other things. Thank you so much for watching.

Org tutorial

Note: a great reference can be had here http://spacemacs.org/layers/+emacs/org/README.html

Outlines/headers

Show that each outline has it’s associated “text” under it

@gubatron
gubatron / compiling_building_c_cpp_notes.md
Last active April 18, 2024 07:58
Things to remember when compiling and linking C/C++ programs

Things to remember when compiling/linking C/C++ software

by Angel Leon. March 17, 2015;

Last update on December 14, 2023

Updated on February 27, 2023

Updated August 29, 2019.