summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4cd5f9c..a95b8ac 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
A living document...
+
+## Alacritty
+
+https://github.com/alacritty/alacritty
+
+
## Nerd Fonts
```
@@ -24,6 +30,37 @@ rm -rf nerd-fonts/
```
+## Python
+
+No words needed, this is the setup:
+
+
+Install:
+
+* pyenv - https://github.com/pyenv/pyenv
+
+ ```
+ pyenv install 3.9.1
+
+ pyenv shell 3.9.1
+ ```
+
+* pipx - https://github.com/pipxproject/pipx
+
+ ```
+ pipx install poetry
+
+ pipx install black
+
+ pipx install flake8
+
+ pipx install nox
+
+ ```
+
+## Rust
+
+Todo
## Lazy