Adds pywal and adjusted styling

This commit is contained in:
Michel Fedde 2025-02-28 15:43:53 +01:00
parent ffef7a6694
commit 9f0d8dadff
12 changed files with 52 additions and 18 deletions

View file

@ -1,6 +1,12 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export PATH=$PATH:$HOME/.local/share/scripts
# Adds wal colors
(cat ~/.cache/wal/sequences &)
source ~/.cache/wal/colors-tty.sh
export VISUAL='nvim'
export EDITOR="$VISUAL"