basic install script implemented. need to include github-cli as a dependency

This commit is contained in:
Josh Ashton
2024-02-12 18:19:16 -07:00
parent b0e802676c
commit e97952e9eb
Executable
+16
View File
@@ -0,0 +1,16 @@
#!/bin/zsh
# This is the intial install script for quaxlyqueen/scripts.
# It will install the scripts and set up the environment.
# Install the scripts
echo "Installing scripts..."
sudo cp * /usr/local/bin
# Set up the environment
echo "Setting up the environment..."
echo "export PATH=$PATH:/usr/local/bin" >> ~/.zshrc
# Install the dependencies
echo "Installing dependencies..."
# Install github-cli