Skip to content

Commit

Permalink
fix(requirements): install wget and curl
Browse files Browse the repository at this point in the history
Powerlevel10k need curl and wget to get
git status properly.

This commit install curl and wget packages
on Linux system.

https://github.com/romkatv/powerlevel10k/search?q=curl
https://github.com/romkatv/powerlevel10k/search?q=wget
  • Loading branch information
diodonfrost committed Jan 17, 2021
1 parent 3f3d37d commit 394139b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
p10k_dependencies:
- zsh
- git
- wget
- curl

fonts_path: /usr/share/fonts/TTF

0 comments on commit 394139b

Please sign in to comment.