Switch to oh-my-posh.
This commit is contained in:
parent
0978301f7a
commit
577e00e185
@ -21,9 +21,6 @@ end
|
|||||||
umask 022
|
umask 022
|
||||||
|
|
||||||
# Theme configuration (bobthefish):
|
# 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
|
set -g VIRTUAL_ENV_DISABLE_PROMPT 1
|
||||||
|
|
||||||
# Python configuration:
|
# Python configuration:
|
||||||
@ -31,7 +28,7 @@ set -x PYTHONIOENCODING UTF-8
|
|||||||
set -xg WORKON_HOME $HOME/.envs
|
set -xg WORKON_HOME $HOME/.envs
|
||||||
set -xg MYPYPATH $HOME/.mypy
|
set -xg MYPYPATH $HOME/.mypy
|
||||||
|
|
||||||
if command -v kubectl
|
if command -v kubectl > /dev/null 2>&1
|
||||||
kubectl completion fish | source
|
kubectl completion fish | source
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -48,3 +45,5 @@ end
|
|||||||
|
|
||||||
# Azure
|
# Azure
|
||||||
set -g FUNCTIONS_CORE_TOOLS_TELEMETRY_OPTOUT 1
|
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
|
||||||
|
4
setup.sh
4
setup.sh
@ -3,5 +3,7 @@
|
|||||||
curl -L https://get.oh-my.fish > /tmp/omf-install.fish
|
curl -L https://get.oh-my.fish > /tmp/omf-install.fish
|
||||||
fish /tmp/omf-install.fish --noninteractive --yes
|
fish /tmp/omf-install.fish --noninteractive --yes
|
||||||
|
|
||||||
|
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/.local/bin
|
||||||
|
|
||||||
# Install bobthefish and bass
|
# Install bobthefish and bass
|
||||||
fish -c "omf install bobthefish bass"
|
fish -c "omf install bass"
|
||||||
|
Loading…
Reference in New Issue
Block a user