# My dotfiles for Debian ## Install usefull stuff ``` sudo apt install btop wget git sway grim slurp sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED ``` ## Install Nerd fonts ``` curl -fsSL https://raw.githubusercontent.com/ronniedroid/getnf/master/install.sh | bash ``` ## Install reqs for sway-launcher-desktop ``` sudo apt install fzf ``` ## Install reqs for neofetch.py ``` sudo apt install neofetch pip install pillow ```