Skip to content

Instantly share code, notes, and snippets.

View Voxelot's full-sized avatar
🛠️

Brandon Kite Voxelot

🛠️
View GitHub Profile
@renshuki
renshuki / ubuntu_agnoster_install.md
Last active August 31, 2024 18:16
Ubuntu 16.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH

@HenningTimm
HenningTimm / rust_mem_profiling.md
Last active August 27, 2024 11:23
Memory profiling Rust code with heaptrack in 2019