fixes xonsh dependencies

This commit is contained in:
waldek 2022-09-29 16:27:57 +02:00
parent ce95af87dd
commit d2e2f919b6
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ NAME="waldek"
EMAIL="waldek@mailbox.org" EMAIL="waldek@mailbox.org"
DEFAULT_SHELL="xonsh" DEFAULT_SHELL="xonsh"
DEPENDENCIES_APT="zsh git tig tmux vim-nox htop python3 python3-pip" DEPENDENCIES_APT="zsh git tig tmux vim-nox htop python3 python3-pip"
DEPENDENCIES_PIP="xonsh[full]" DEPENDENCIES_PIP="xonsh[full] xontrib-sh"
SOURCES_DIR=~/sources/gitea_irisib SOURCES_DIR=~/sources/gitea_irisib
BOOTSTRAP_DIR=~/sources/gitea_irisib/bootstrap BOOTSTRAP_DIR=~/sources/gitea_irisib/bootstrap

View File

@ -41,6 +41,6 @@ $XONTRIB_SH_SHELLS = ['bash', 'zsh']
xontrib load sh xontrib load sh
$PATH.append("~/.local/bin") $PATH.append("~/.local/bin")
aliases["vim"] = ["nvim", "--listen", "/tmp/nvimsocket"] #aliases["vim"] = ["nvim", "--listen", "/tmp/nvimsocket"]
aliases["dark"] = ["bash", "~/sources/gitea_irisib/bootstrap/theme_switch.sh", "dark"] #aliases["dark"] = ["bash", "~/sources/gitea_irisib/bootstrap/theme_switch.sh", "dark"]
aliases["light"] = ["bash", "~/sources/gitea_irisib/bootstrap/theme_switch.sh", "light"] #aliases["light"] = ["bash", "~/sources/gitea_irisib/bootstrap/theme_switch.sh", "light"]