summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoraktersnurra <gustaf.rydholm@gmail.com>2021-02-24 20:32:07 +0100
committeraktersnurra <gustaf.rydholm@gmail.com>2021-02-24 20:32:07 +0100
commit9f04894dfc7871282a07d8471887935edc3ccd94 (patch)
tree6f98aca473242ad8d0364d610d84e9fd8da2ad2f /README.md
parent5476b0486125087c74fcdb0457d58ee5dc0e954e (diff)
fixed tmux again..
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