From 9f04894dfc7871282a07d8471887935edc3ccd94 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Wed, 24 Feb 2021 20:32:07 +0100 Subject: fixed tmux again.. --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3-70-g09d2