Skip to content

Commit

Permalink
Update setup_linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri authored Feb 23, 2024
1 parent d8fcc54 commit b649827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/unix_workflow/setup_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ install_powerlevel10k() {
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

curl -sL "https://raw.githubusercontent.com/AmineDjeghri/awesome-os-setup/main/docs/unix_workflow/dotfiles/.p10k.zsh" > ~/.p10k.zsh
sed -i 's/ZSH_THEME=.*/ZSH_THEME="powerlevel10k\/powerlevel10k"/' ~/.zshrc
source ~/.zshrc
echo "${YELLOW} Powerlevel10k has been automatically initialized in your terminal and you should see colors with icons. if not, run 'p10k configure' .${RESET}"
echo "${YELLOW}(Optional) If you have custom configurations in your .bashrc, consider copying them to the .zshrc file.${RESET}"
Expand Down

0 comments on commit b649827

Please sign in to comment.