These are my dotfiles for pwn and reverse engineering. I run nushell as a shell, zellij as a terminal multiplexer, and helix as a text editor.
If on an arch-based system, .install/install.sh
will install all the tools these dotfiles configure and setup the dotfiles.
This can and will overwrite files if you already have configurations setup for the same tools!
Check .install/install.sh
and make sure you don't have any files in your home directory that conflict with the ones in this repository before running.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/pedrofgodinho/dotfiles/main/.install/install.sh)"