From d2e2f919b66eda4fdcab6a9ac44b21e821f2a64e Mon Sep 17 00:00:00 2001 From: waldek Date: Thu, 29 Sep 2022 16:27:57 +0200 Subject: [PATCH] fixes xonsh dependencies --- bootstrap.sh | 2 +- xonshrc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 4666e8b..225bf6b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,7 +4,7 @@ NAME="waldek" EMAIL="waldek@mailbox.org" DEFAULT_SHELL="xonsh" 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 BOOTSTRAP_DIR=~/sources/gitea_irisib/bootstrap diff --git a/xonshrc b/xonshrc index f60b803..fa97b83 100644 --- a/xonshrc +++ b/xonshrc @@ -41,6 +41,6 @@ $XONTRIB_SH_SHELLS = ['bash', 'zsh'] xontrib load sh $PATH.append("~/.local/bin") -aliases["vim"] = ["nvim", "--listen", "/tmp/nvimsocket"] -aliases["dark"] = ["bash", "~/sources/gitea_irisib/bootstrap/theme_switch.sh", "dark"] -aliases["light"] = ["bash", "~/sources/gitea_irisib/bootstrap/theme_switch.sh", "light"] +#aliases["vim"] = ["nvim", "--listen", "/tmp/nvimsocket"] +#aliases["dark"] = ["bash", "~/sources/gitea_irisib/bootstrap/theme_switch.sh", "dark"] +#aliases["light"] = ["bash", "~/sources/gitea_irisib/bootstrap/theme_switch.sh", "light"]