Hello everyone this is a personal files configuration of BSPWM and the future will be have a configuration of hyprland, this configuration also is focused on pentesting and ethical hacking. This configuration is also intended for use in virtual machines.
Here's a preview of how my dotfiles will look after you use the script for install. Make sure you choose the correct script for install.
Still under construction
To install this dotfiles is very easy, only need to read well. To install run the following commands in your favorite terminal.
This installer only works with debian-based distributions such as parrot, kali or debian.
# Download the installer in your home directory.
curl -LO https://usergh0st.github.io/dotfiles/KaliInstaller.sh
# Give it execution permissions and run the installer.
chmod +x KaliInstaller.sh ; ./KaliInstaller.shThis installer only works arch-based distributions such as manjaro, arch, blackarch.
# Download the installer in your home directory.
curl -LO https://usergh0st.github.io/dotfiles/ArchInstaller.sh
# Give it execution permissions and run the installer.
chmod +x ArchInstaller.sh ; ./ArchInstaller.sh