addet themes for local theming (not needet to be online to have a oh-my-posh theme)
This commit is contained in:
parent
488649b0f6
commit
6ebc02447c
3 changed files with 6 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -130,7 +130,7 @@ _init (){
|
|||
if command_exists oh-my-posh; then
|
||||
# eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/amro.omp.json')"
|
||||
eval "$(oh-my-posh init zsh --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')"
|
||||
# eval "$(oh-my-posh init zsh --config '~/gitea/dotfiles/oh-my-posh/amro.toml')"
|
||||
# eval "$(oh-my-posh init zsh --config './.zsh/themes/tokyo_storm.toml')"
|
||||
else
|
||||
curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue