Skip to content

Instantly share code, notes, and snippets.

View chatziiola's full-sized avatar
🎯
Tidying things up

Lamprinos Chatziioannou chatziiola

🎯
Tidying things up
View GitHub Profile
@chatziiola
chatziiola / htbacad_setup.sh
Last active May 5, 2026 09:31
[HtB Academy] Proper Setup
# TLDR: this is a basic configuration gist for htb academy: responsible for zsh, tmux
# feel free to use it yourself, but try to make your own copy: this one might be changed ?
# Use with curl -L <link> | bash
# zsh <(curl -fsSL 'https://gist.githubusercontent.com/chatziiola/4960b0bd6d0f323c2d79432216cb8b87/raw/htbacad_setup.sh')
echo "Creating zshrc"
cat << 'END' > "$HOME/.zshrc"
autoload -Uz compinit
compinit -d ~/.cache/zcompdump