This is a repo containing my dotfiles wrapped around a bash script that automates the process of setting up (ricing) my environment for pentesting/CTFs.
- For context: I use Arch Linux [there's no BTW] as a daily driver configured to access the Black Arch repository, therefore having possessed with vast amounts of penetration testing tools on the go.
This repo has the necessary dotfiles, for customizing/installing:
TMUX(a terminal multiplexer that plays a significant role overall on my workflow.),i3(a tiling window manager),kitty(terminal emulator),strap.sh(for accessing black-arch) andyay(the pacman helper),picom(window transparency),ohmybash(a prompt enhancement for Bash shells),Rofi(a launcher replacement for dmenu),bumblebee(a minimal status bar),andnvim(for editing code/scripts).
For a clean usage, running the script on the /tmp directory is recommended:
cd /tmp
git clone https://github.com/tr3nb0lone/pentester-dotfiles.git
cd pentester-dotfiles
bash configure.sh
- The installation assumes the existence of the following programs:
git, kitty, tmux, i3, picom,, otherwise run:
sudo pacman -S git kitty tmux i3 picom rofi
- Awesome wallpapers included from the repo: [https://github.com/JaKooLit/Wallpaper-Bank]


