fixes xonsh dependencies
This commit is contained in:
parent
ce95af87dd
commit
d2e2f919b6
|
@ -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
|
||||||
|
|
6
xonshrc
6
xonshrc
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue