From 94834de634957ac68ec7d5ff38e26c3a4b8def9a Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 23 Dec 2023 20:13:59 -0700 Subject: [PATCH] Update readme --- .gitignore | 1 + README.md | 13 +++++++++---- bash/.bash_env | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6cc93d3..3bb8c9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Reference file for all alacritty options, found at; # https://github.com/alacritty/alacritty/releases +__pycache__ # Aerc aerc/accounts.conf diff --git a/README.md b/README.md index 0059cb2..910c466 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,16 @@ Official support is for the latest version of bash and EndeavourOS only. The MacOS dotfiles were working on Catalina (10.15) and likely mostly work on newer versions as well -As of writing, EndeavourOS is on Linux **5.19.6** and bash is version **5.1.16** +As of writing, [EndeavourOS]( +https://endeavouros.com/) is on Linux **6.0.8** and bash is version **5.1.16** -For Linux, these dotfiles setup [sway](https://github.com/swaywm/sway) on -[wayland](https://wayland.freedesktop.org/), a completely different compositor -from xorg. Migration may be tricky +For Linux, these dotfiles setup [Sway](https://github.com/swaywm/sway) on +[Wayland](https://wayland.freedesktop.org/), a completely different display +server from Xorg. [I3](https://i3wm.org/) is similar to Sway for Xorg + +I'm increasingly migrating my scripts from bash to python. Many require at least +**python version 3.10** (match statements) to run properly. EndeavourOS and +other Arch-based systems keep their python up to date, make sure you do too # Keybinding diff --git a/bash/.bash_env b/bash/.bash_env index 44a59e4..c3e4326 100644 --- a/bash/.bash_env +++ b/bash/.bash_env @@ -87,7 +87,7 @@ export IGNOREEOF=8 # Ripgrep needs this manually set export RIPGREP_CONFIG_PATH=~/.config/ripgrep/config - # Prevent __pycaches__ form forming + # Prevent __pycaches__ from forming export PYTHONDONTWRITEBYTECODE=1 # Coloring ==========================================================