Create README.md

This commit is contained in:
Michael Mikovsky
2024-02-07 10:27:53 -07:00
committed by GitHub
parent 84a3e8d008
commit c4d03d3404
+23
View File
@@ -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
```