Skip to content

Instantly share code, notes, and snippets.

View gllera's full-sized avatar

Gabriel Llera Garcia gllera

View GitHub Profile
@gllera
gllera / arch-install
Last active November 22, 2020 02:25
Arch extra configs
## Startup
https://wiki.archlinux.org/index.php/installation_guide
## Better network interface names
-> /etc/systemd/network/10-eth0.link
[Match]
MACAddress=aa:bb:cc:dd:ee:ff
[Link]
@gllera
gllera / dotfiles
Last active November 2, 2025 11:59
CODE='[[ ! -f "$HOME/.config/zsh/zshrc" ]] || source "$HOME/.config/zsh/zshrc"'
if grep -qxF "$CODE" "$HOME/.zshrc" 2>/dev/null; then
echo 'Already done!'
exit
fi
echo "$CODE" >> "$HOME/.zshrc"
mkdir "$HOME/.config"
cpp coding headers