Update readme

This commit is contained in:
Akemi Izuko 2022-11-21 01:40:27 -07:00
parent ea9473ce8f
commit 67abc3bb5e
No known key found for this signature in database
GPG key ID: 905D444F6A5E4BE4
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# Reference file for all alacritty options, found at;
# https://github.com/alacritty/alacritty/releases
__pycache__
# Aerc
aerc/accounts.conf

View file

@ -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

View file

@ -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 ==========================================================