Linux dotfiles and NixOS configuration built with Snowfall. My setup is tailored for IT security and DevOps tasks
My configuration is tailored for tasks in the areas of DevOps and IT security. The key details I emphasized are reproducibility and a personalized experience to achieve an efficient and enjoyable workflow.
-
mentay
-
VMs
soon ...
System management tool `sys`
Rebuild (in flake directory)
sudo sys rebuild # or `r` as a shorthand
Testing an ephemeral config
sudo sys test # or `t` as a shorthand
Deploying to a server (in flake directory)
sudo sys deploy HOSTNAME # or `d` as a shorthand
- VMs
- Kali soon ...
git clone --recursive https://github.com/qrxnz/dotfiles ~/.dotfiles &&\
cd ~/.dotfiles &&\
chmod +x ./setup.sh
- Hyprland dotfiles
Warning
Remember to install the necessary packages on your distribution.
./setup.sh --hyprland-default
- Full Kali linux setup
./setup.sh --kali-linux
soon ...
If you want to use my tmux configuration, I recommend installing it through nix profile
nix profile install github:qrxnz/tmux-flake
If you want to use my neovim configuration, I recommend installing it through nix profile
nix profile install github:qrxnz/nveem
Or you can install it directly
git clone https://github.com/qrxnz/nveem.git --depth=1 ~/.config/nvim/ && nvim
I was inspired by:
I use Catppuccin in every part of my config!
To redyf for the amazing wallpapers & IogaMaster for snowfall-starter