Update dotfiles/.local/share/chezmoi/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/private_dot_config/AppData/Local/clink/oh-my-posh.lua
This commit is contained in:
parent
80c6462e6b
commit
c0173967df
2 changed files with 6 additions and 1 deletions
|
@ -104,7 +104,9 @@ alternatives:
|
|||
scoop: nodejs
|
||||
oh-my-posh:
|
||||
brew: jandedobbeleer/oh-my-posh/oh-my-posh
|
||||
scoop: https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json
|
||||
scoop:
|
||||
- clink
|
||||
- https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json
|
||||
pipx:
|
||||
brew: pipx
|
||||
python:
|
||||
|
@ -176,6 +178,8 @@ postinstall:
|
|||
sudo snap alias gdu-disk-usage-analyzer.gdu gdu
|
||||
git-lfs: git lfs install
|
||||
nb: nb completions install
|
||||
oh-my-posh:
|
||||
scoop: clink autorun install
|
||||
pipx:
|
||||
brew: pipx ensurepath
|
||||
python:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
load(io.popen('oh-my-posh init cmd'):read("*a"))()
|
Loading…
Reference in a new issue