Update readme

This commit is contained in:
Akemi Izuko 2023-12-23 20:13:59 -07:00
parent fcb2dd8f31
commit 94834de634
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC
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; # Reference file for all alacritty options, found at;
# https://github.com/alacritty/alacritty/releases # https://github.com/alacritty/alacritty/releases
__pycache__
# Aerc # Aerc
aerc/accounts.conf 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 MacOS dotfiles were working on Catalina (10.15) and likely mostly work on newer
versions as well 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 For Linux, these dotfiles setup [Sway](https://github.com/swaywm/sway) on
[wayland](https://wayland.freedesktop.org/), a completely different compositor [Wayland](https://wayland.freedesktop.org/), a completely different display
from xorg. Migration may be tricky 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 # Keybinding

View file

@ -87,7 +87,7 @@ export IGNOREEOF=8
# Ripgrep needs this manually set # Ripgrep needs this manually set
export RIPGREP_CONFIG_PATH=~/.config/ripgrep/config export RIPGREP_CONFIG_PATH=~/.config/ripgrep/config
# Prevent __pycaches__ form forming # Prevent __pycaches__ from forming
export PYTHONDONTWRITEBYTECODE=1 export PYTHONDONTWRITEBYTECODE=1
# Coloring ========================================================== # Coloring ==========================================================