mirror of
https://github.com/Astatin3/dotfiles.git
synced 2026-06-09 00:07:59 -06:00
Create README.md
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user