Files
Michael Mikovsky c4d03d3404 Create README.md
2024-02-07 10:27:53 -07:00

24 lines
430 B
Markdown

# 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
```