-
Install the fonts on your computer:
git clone https://github.com/powerline/fonts.git cd fonts ./install.sh cd .. && rm -rf fonts
-
Then, open the settings (ctrl+p > "settings json" > enter) in vscode.
Search for
terminal.integrated.fontFamily
value, and set it to "Roboto Mono for Powerline" (or any of those font families). -
Execute this script (source):
# save current zshrc mv ~/.zshrc ~/.zshrc.bak sudo sh -c "$(wget -O- https://raw.githubusercontent.com/deluan/zsh-in-docker/master/zsh-in-docker.sh)" -- \ -t agnoster # remove newly created zshrc rm -f ~/.zshrc # restore saved zshrc mv ~/.zshrc.bak ~/.zshrc # update theme sed -i '/^ZSH_THEME/c\ZSH_THEME="agnoster"' ~/.zshrc
-
Reload vscode: ctlr+p > "reload Window"
Last active
November 29, 2024 12:35
-
-
Save corentinbettiol/21a6d4e942a0ee58d51acb7996697a88 to your computer and use it in GitHub Desktop.
Install agnoster theme in zsh in docker from vscode console.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment