Update readme
This commit is contained in:
parent
ea9473ce8f
commit
67abc3bb5e
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||||
|
|
13
README.md
13
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
|
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
|
||||||
|
|
||||||
|
|
|
@ -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 ==========================================================
|
||||||
|
|
Loading…
Reference in a new issue