Skip to content

Latest commit

 

History

History
124 lines (80 loc) · 2.8 KB

README.md

File metadata and controls

124 lines (80 loc) · 2.8 KB

dotfiles

✒️ Description

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.

🖼️ Gallery

🖥️ Machines

❄️ nixos

  • mentay

soon ...

🧰 features

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

🐧 non-nixos machines

soon ...

⚒️ Installation

🐧 non-nixos machines

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

❄️ nixos machines

soon ...

👾 Others

🍕 Tmux

If you want to use my tmux configuration, I recommend installing it through nix profile

nix profile install github:qrxnz/tmux-flake

🐱 Neovim

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

🗒️ Credits

🎨 Inspiration

I was inspired by:

🐈 Theme

I use Catppuccin in every part of my config!

❤️ Special thanks

To redyf for the amazing wallpapers & IogaMaster for snowfall-starter