p10k conf

This commit is contained in:
2025-07-08 15:48:30 +03:00
parent f08a9255b0
commit ef7226c755
2 changed files with 1718 additions and 1 deletions

1713
home_dotfiles/.p10k.zsh Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -14,9 +14,13 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
echo "Copying .zshrc to home directory..."
cp "$SCRIPT_DIR/.zshrc" ~/.zshrc
# Copy .p10k.zsh to home directory
echo "Copying .p10k.zsh to home directory..."
cp "$SCRIPT_DIR/.p10k.zsh" ~/.p10k.zsh
echo "Dotfiles installation complete!"
echo ""
echo "Next steps:"
echo "1. Restart your terminal or run 'source ~/.zshrc'"
echo "2. Run 'p10k configure' to set up Powerlevel10k theme"
echo "2. Powerlevel10k configuration has been copied - no need to run 'p10k configure'"
echo "3. If you haven't already, run the install-arch-dotfiles-requirements.sh script first"