diff --git a/config.fish b/config.fish index 5a5c0a2..2ba3a6f 100644 --- a/config.fish +++ b/config.fish @@ -21,9 +21,6 @@ end umask 022 # Theme configuration (bobthefish): -set -g theme_newline_cursor yes -set -g theme_newline_prompt "\$ " -set -g theme_color_scheme zenburn set -g VIRTUAL_ENV_DISABLE_PROMPT 1 # Python configuration: @@ -31,7 +28,7 @@ set -x PYTHONIOENCODING UTF-8 set -xg WORKON_HOME $HOME/.envs set -xg MYPYPATH $HOME/.mypy -if command -v kubectl +if command -v kubectl > /dev/null 2>&1 kubectl completion fish | source end @@ -48,3 +45,5 @@ end # Azure set -g FUNCTIONS_CORE_TOOLS_TELEMETRY_OPTOUT 1 + +~/.local/bin/oh-my-posh init fish --config https://gitea.typename.fr/mikael.capelle/pwsh-conf/raw/branch/master/theme.omp.json | source diff --git a/setup.sh b/setup.sh index f8877c4..d138021 100644 --- a/setup.sh +++ b/setup.sh @@ -3,5 +3,7 @@ curl -L https://get.oh-my.fish > /tmp/omf-install.fish fish /tmp/omf-install.fish --noninteractive --yes +curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/.local/bin + # Install bobthefish and bass -fish -c "omf install bobthefish bass" \ No newline at end of file +fish -c "omf install bass"