Skip to content

Instantly share code, notes, and snippets.

View thehogfather's full-sized avatar
🌍

Patrick Oladimeji thehogfather

🌍
View GitHub Profile
@pmuellr
pmuellr / styles.less
Last active July 8, 2021 18:42
atom personal style sheet in ~/.atom/styles.less
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 3, 2024 19:09
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname