p10k conf
This commit is contained in:
1713
home_dotfiles/.p10k.zsh
Normal file
1713
home_dotfiles/.p10k.zsh
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user