Skip to content

Instantly share code, notes, and snippets.

View shoesCodeFor's full-sized avatar

Schuyler Ankele shoesCodeFor

View GitHub Profile
@shoesCodeFor
shoesCodeFor / setup_nerd_dictation_ubuntu.sh
Created August 1, 2024 16:51
Nerd Dictation Installer
#!/bin/bash
# Function to handle errors
handle_error() {
echo "An error occurred: $1"
exit 1
}
# Install vosk using pip3
echo "Installing vosk..."
.css-selector {
    background: linear-gradient(270deg, #442466, #24665f);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    -o-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}