Skip to content

Instantly share code, notes, and snippets.

View bragamat's full-sized avatar
🚀
Go Beyond!

bragamat bragamat

🚀
Go Beyond!
View GitHub Profile
@ducna-lts
ducna-lts / config.lua
Last active May 12, 2023 19:24
LunarVim config
--[[
lvim is the global options object
Linters should be
filled in as strings with either
a global executable or a path to
an executable
]]
-- THESE ARE EXAMPLE CONFIGS FEEL FREE TO CHANGE TO WHATEVER YOU WANT
@diegoeis
diegoeis / pm-study-guide.md
Last active June 29, 2020 14:34
Study Guide for Digital Products
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 17, 2024 23:43
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname