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"]