Skip to content

Instantly share code, notes, and snippets.

View turnercore's full-sized avatar

Turner Monroe turnercore

View GitHub Profile
@turnercore
turnercore / install-shadcn.sh
Last active January 1, 2024 16:53
Install shadcn complete
#!/bin/bash
# Create directories and files
mkdir -p ./components/ui
mkdir -p ./lib
touch ./lib/utils.ts
# Prompt to move globals.css
echo "Would you like to move globals.css to styles/globals.css? (y/n)"
read -r -p "[Y/n]: " move_response