Skip to content

Instantly share code, notes, and snippets.

@sainnhe
sainnhe / gruvbox-material-alacritty.yml
Last active September 19, 2024 06:16
Gruvbox Material for Alacritty
# The definition of color schemes.
schemes:
gruvbox_material_hard_dark: &gruvbox_material_hard_dark
primary:
background: '0x1d2021'
foreground: '0xd4be98'
normal:
black: '0x32302f'
red: '0xea6962'
green: '0xa9b665'
@hjertnes
hjertnes / doom.txt
Created April 6, 2018 08:28
Doom Emacs Cheatsheet
SPC
SPC: find file
, switch buffer
. browse files
: MX
; EX
< switch buffer
` eval
u universal arg
x pop up scratch
@darkn3rd
darkn3rd / Arch-VirtualBox.md
Last active July 10, 2023 14:32
Arch Linux as VirtualBox Guest

ArchLinux Virtualbox STEP-by-STEP

These are my ArchLinux on Virtualbox notes with some added explanations.

  • Joaquin Menchaca (Nov 6, 2017)

Create Virtualbox System

This is handcrafted creation of using Virtualbox using defaults with these adjustments:

@thomasheller
thomasheller / INSTALL.md
Last active September 10, 2024 04:15
Install Arch Linux in VirtualBox VM
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active September 22, 2024 08:03
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname