diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d353a9 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# 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 +```