diff --git a/scripts/installs/Brewfile b/scripts/installs/Brewfile index 202e04a..a7fcd0a 100644 --- a/scripts/installs/Brewfile +++ b/scripts/installs/Brewfile @@ -92,7 +92,7 @@ brew 'task' # Todo + task management # CLI Development Suits brew 'httpie' # HTTP / API testing testing client brew 'lazydocker' # Full Docker management app -brew 'lazygit' # Full Git managemtne app +brew 'lazygit' # Full Git management app brew 'kdash' # Kubernetes management # CLI External Sercvices @@ -104,7 +104,7 @@ brew 'navi' # Browse, search, read cheat sheets # CLI Fun brew 'cowsay' # Have an ASCII cow say your message brew 'figlet' # Output text as big ASCII art text -brew 'lolcat' # Make console output raibow colored +brew 'lolcat' # Make console output rainbow colored brew 'neofetch' # Show system data and ditstro info brew 'pipes-sh' # Cool terminal pipe screen saver brew 'pv' # Pipe viewer, with animation options @@ -130,7 +130,7 @@ brew 'luarocks' # Package manager for Lua brew 'node' # Node.js brew 'nvm' # Switching node versions brew 'openjdk' # Java development kit -brew 'python' # Python interpriter +brew 'python' # Python interpreter brew 'rust' # Rust language cask 'android-sdk' # Android software dev kit @@ -141,14 +141,14 @@ brew 'docker' # Containers # Development Utils brew 'gh' # Interact with GitHub PRs, issues, repos brew 'git-extras' # Extra git commands for common tasks -brew 'scrcpy' # Display and control Andrdroid devices +brew 'scrcpy' # Display and control Android devices brew 'terminal-notifier' # Trigger Mac notifications from terminal brew 'tig' # Text-mode interface for git brew 'ttygif' # Generate GIF from terminal commands + output brew 'watchman' # Watch for changes and reload dev server # Network and Security Testing -brew 'bettercap' # Network, scanning and moniroting +brew 'bettercap' # Network, scanning and monitoring brew 'nmap' # Port scanning brew 'wrk' # HTTP benchmarking cask 'burp-suite' # Web security testing @@ -226,7 +226,7 @@ cask 'webpquicklook', args: { require_sha: false } # QL for WebP image files # Mac OS Mods and Imrovments cask 'alt-tab' # Much better alt-tab window switcher -cask 'anybar' # Custom programatic menubar icons +cask 'anybar' # Custom programmatic menubar icons cask 'copyq' # Clipboard manager (cross platform) cask 'espanso' # Live text expander (cross-platform) cask 'finicky' # Website-specific default browser diff --git a/scripts/installs/arch-pacman.sh b/scripts/installs/arch-pacman.sh index 9326d11..0b343ff 100644 --- a/scripts/installs/arch-pacman.sh +++ b/scripts/installs/arch-pacman.sh @@ -5,7 +5,7 @@ ################################################################ # Installs listed packages on Arch-based systems via Pacman # # Also updates the cache database and existing applications # -# Confirms apps arn't installed via different package manager # +# Confirms apps aren't installed via different package manager # # Doesn't include desktop apps, that're managed via Flatpak # # Apps are sorted by category, and arranged alphabetically # # Be sure to delete / comment out anything you do not need # @@ -69,7 +69,7 @@ pacman_apps=( # CLI Fun 'cowsay' # Outputs message with ASCII art cow 'figlet' # Outputs text as 3D ASCII word art - 'lolcat' # Rainbow coloured terminal output + 'lolcat' # Rainbow colored terminal output 'neofetch' # Show off distro and system info ) diff --git a/scripts/installs/flatpak.sh b/scripts/installs/flatpak.sh index 03040dd..72c6d51 100644 --- a/scripts/installs/flatpak.sh +++ b/scripts/installs/flatpak.sh @@ -88,7 +88,7 @@ flatpak_apps=( # Browsers and internet 'org.mozilla.firefox' # Firefox web browser (primary) - 'com.github.Eloston.UngoogledChromium' # Chomium-based borwser (secondary) + 'com.github.Eloston.UngoogledChromium' # Chromium-based borwser (secondary) 'com.github.micahflee.torbrowser-launcher' # Tor browser 'org.filezillaproject.Filezilla' # FTP client diff --git a/scripts/installs/prerequisites.sh b/scripts/installs/prerequisites.sh index f78738d..bd7ecb1 100755 --- a/scripts/installs/prerequisites.sh +++ b/scripts/installs/prerequisites.sh @@ -5,7 +5,7 @@ ###################################################################### # Installs essential pre-requsite packages, when using new systems # # Intended to be run before install.sh, if packages not yet present. # -# All other package inatslls are managed in system-specific scripts # +# All other package installs are managed in system-specific scripts # # For docs and more info, see: https://github.com/lissy93/dotfiles # # IMPORTANT: Before running, read through everything very carefully! # ###################################################################### @@ -29,7 +29,7 @@ RESET='\033[0m' function print_usage () { echo -e "${PURPLE}Prerequisite Dependency Installation Script${LIGHT}\n"\ "There's a few packages that are needed in order to continue with setting up dotfiles.\n"\ - "This script will detect distro, and use appropriate package manager to install apps.\n"\ + "This script will detect distro and use appropriate package manager to install apps.\n"\ "Elavated permissions may be required. Ensure you've read the script before proceeding."\ "\n${RESET}" } diff --git a/scripts/linux/dconf-prefs.sh b/scripts/linux/dconf-prefs.sh index 513b40c..1d8a074 100644 --- a/scripts/linux/dconf-prefs.sh +++ b/scripts/linux/dconf-prefs.sh @@ -6,7 +6,7 @@ # Uses dconf to apply application preferences on Linux GNOME desktops # # Reads source files from ./config/gnome/*.dconf ($DCONF_SOURCE_DIR) # # Creates a backup of current settings, then loads + saves new config # -# IMPORTANT: Be sure to read files through thoughouly before executing # +# IMPORTANT: Be sure to read files thoroughly before executing! # ######################################################################## # Licensed under MIT (C) Alicia Sykes 2022 # ######################################################################## diff --git a/scripts/macos-setup/macos-apps.sh b/scripts/macos-setup/macos-apps.sh index 6dd3c90..5262120 100755 --- a/scripts/macos-setup/macos-apps.sh +++ b/scripts/macos-setup/macos-apps.sh @@ -1,7 +1,7 @@ #!/bin/bash ############################################################################## -# Security improvments for Mac OS systems # +# Security improvements for Mac OS systems # # Covers Siri, firewall, account security, connections and network protocols # # # # CAUTION: This script will apply changes to your OS X system configuration # @@ -10,7 +10,7 @@ # Options: # # --silent - Don't log any status outputs # # --skip-intro - Skip the warning and intro section # -# --yes-to-all - Don't ptompt user to agree to changes # +# --yes-to-all - Don't prompt user to agree to changes # # # # Licensed under MIT - (C) Alicia Sykes 2022 # ############################################################################## @@ -79,8 +79,7 @@ if [[ ! $params == *"--skip-intro"* ]]; then echo -e "${PRIMARY_COLOR}Exiting...${RESET_COLOR}" exit 0 fi - fi - + fi fi # Check have got admin privilages @@ -158,13 +157,12 @@ defaults write com.apple.finder ShowPathbar -bool true log_msg "Display full POSIX path as Finder window title" defaults write com.apple.finder _FXShowPosixPathInTitle -bool true -log_msg "Expand the General, Open and Privlages file info panes" +log_msg "Expand the General, Open and Privileges file info panes" defaults write com.apple.finder FXInfoPanesExpanded -dict \ General -bool true \ OpenWith -bool true \ Privileges -bool true - log_msg "Keep directories at top of search results" defaults write com.apple.finder _FXSortFoldersFirst -bool true @@ -327,7 +325,7 @@ defaults write com.apple.mail DraftsViewerAttributes -dict-add "SortOrder" -stri log_msg "Sort by newest to oldest" defaults write com.apple.mail DraftsViewerAttributes -dict-add "SortedDescending" -string "yes" -log_msg "Disable inline attatchment viewing" +log_msg "Disable inline attachment viewing" defaults write com.apple.mail DisableInlineAttachmentViewing -bool true ################ @@ -493,7 +491,7 @@ defaults write org.m0k.transmission RandomPort -bool true # Restart affected applications # ################################# log_section "Finishing Up" -log_msg "Restarting afffecting apps" +log_msg "Restarting affecting apps" for app in "Activity Monitor" \ "Address Book" \ "Calendar" \ diff --git a/scripts/macos-setup/macos-preferences.sh b/scripts/macos-setup/macos-preferences.sh index 2d145c1..4abd24a 100755 --- a/scripts/macos-setup/macos-preferences.sh +++ b/scripts/macos-setup/macos-preferences.sh @@ -10,7 +10,7 @@ # Options: # # --silent - Don't log any status outputs # # --skip-intro - Skip the warning and intro section # -# --yes-to-all - Don't ptompt user to agree to changes # +# --yes-to-all - Don't prompt user to agree to changes # # # # Licensed under MIT - (C) Alicia Sykes 2022 # ############################################################################## @@ -241,7 +241,7 @@ sudo pmset -b sleep 30 log_msg "Set system to not sleep automatically when on mains power" sudo pmset -c sleep 0 -log_msg "Require password immediatley after sleep or screensaver" +log_msg "Require password immediately after sleep or screensaver" defaults write com.apple.screensaver askForPassword -int 1 defaults write com.apple.screensaver askForPasswordDelay -int 0 @@ -262,7 +262,7 @@ sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo Hos ############################## log_section "Sound and Display" -log_msg "Increase sound quality for Bluetooth devivces" +log_msg "Increase sound quality for Bluetooth devices" defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40 log_msg "Enable subpixel font rendering on non-Apple LCDs" @@ -406,7 +406,7 @@ defaults write com.apple.dock launchanim -bool true log_msg "Set opening animation speed" defaults write com.apple.dock expose-animation-duration -float 1 -log_msg "Disable auntomatic rearanging of spaces" +log_msg "Disable auntomatic rearranging of spaces" defaults write com.apple.dock mru-spaces -bool false log_msg "Set dock to auto-hide by default" diff --git a/scripts/macos-setup/macos-security.sh b/scripts/macos-setup/macos-security.sh index 8a004a4..f2066cc 100755 --- a/scripts/macos-setup/macos-security.sh +++ b/scripts/macos-setup/macos-security.sh @@ -1,7 +1,7 @@ #!/bin/bash ############################################################################## -# Security improvments for Mac OS systems # +# Security improvements for Mac OS systems # # Covers Siri, firewall, account security, connections and network protocols # # # # CAUTION: This script will apply changes to your OS X system configuration # @@ -10,7 +10,7 @@ # Options: # # --silent - Don't log any status outputs # # --skip-intro - Skip the warning and intro section # -# --yes-to-all - Don't ptompt user to agree to changes # +# --yes-to-all - Don't prompt user to agree to changes # # # # Licensed under MIT - (C) Alicia Sykes 2022 # ############################################################################## diff --git a/utils/color-map.sh b/utils/color-map.sh index 1b0560e..b23c847 100755 --- a/utils/color-map.sh +++ b/utils/color-map.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Utilities for checking terminal color support, and printing color pallete +# Utilities for checking terminal color support, and printing color palette TEXT_COL="\033[1;30m" RESET='\033[0m' @@ -37,7 +37,7 @@ function color_chooser () { printf '%s' "${PWD%/}/")$(basename -- "$0") != "${.sh.file}" ]] || [[ -n $BASH_VERSION ]] && (return 0 2>/dev/null)) && sourced=1 || sourced=0 -# If script being called directly run immediatley, otherwise register aliases +# If script being called directly run immediately, otherwise register aliases if [ $sourced -eq 0 ]; then check_color_support color_map_16_bit diff --git a/utils/death-to-dotfiles.sh b/utils/death-to-dotfiles.sh index f490181..5685e63 100644 --- a/utils/death-to-dotfiles.sh +++ b/utils/death-to-dotfiles.sh @@ -1,7 +1,7 @@ #!/bin/sh - # Quick utility to aid in keeping clutter down in the $HOME directory # Lists statistics about number of files, auto-cleans certain files, -# and prompts user wheather they'd like to each remaining dotfile in turn +# and prompts user whether they'd like to each remaining dotfile in turn set -u diff --git a/utils/free-up-disk-space.sh b/utils/free-up-disk-space.sh index 3fb84e3..d3f2f41 100755 --- a/utils/free-up-disk-space.sh +++ b/utils/free-up-disk-space.sh @@ -5,7 +5,7 @@ ###################################################################### # Series of commands for freeing up disk space on *nix based systems # # Will ask for user permission before executing or deleting anything # -# Info about current disk usage, and recomendations is printed prior # +# Info about current disk usage and recommendations is printed prior # # Tasks are split into 3 categories: recommended, optional, hardcore # # # # Includes the following tasks: # @@ -13,7 +13,7 @@ # - Removing orphaned and unused packages and binaries # # - Setting logging preferences and removing old logs # # - Removing local cache files for the current user # -# - Deleting broken symlinks and empty files + folers # +# - Deleting broken symlinks and empty files + folders # # - Finding and deleting duplicated large files # # # # IMPORTANT: Before running, read through everything very carefully! # @@ -265,7 +265,7 @@ function fuds_start () { printf '%s' "${PWD%/}/")$(basename -- "$0") != "${.sh.file}" ]] || [[ -n $BASH_VERSION ]] && (return 0 2>/dev/null)) && sourced=1 || sourced=0 -# Either start now (if exectuted directly) or export the function (if sourced) +# Either start now (if executed directly) or export the function (if sourced) if [ $sourced -eq 0 ]; then fuds_start $@ else diff --git a/utils/hr.sh b/utils/hr.sh index 7703150..7fec77a 100644 --- a/utils/hr.sh +++ b/utils/hr.sh @@ -38,7 +38,7 @@ hr() { printf '%s' "${PWD%/}/")$(basename -- "$0") != "${.sh.file}" ]] || [[ -n $BASH_VERSION ]] && (return 0 2>/dev/null)) && sourced=1 || sourced=0 -# Either instantiate immediatley, or set alias for later +# Either instantiate immediately, or set alias for later if [ $sourced -eq 0 ]; then [ "$0" == "$BASH_SOURCE" ] && hr "$@" else diff --git a/utils/web-search.sh b/utils/web-search.sh index eefed94..6274150 100644 --- a/utils/web-search.sh +++ b/utils/web-search.sh @@ -5,7 +5,7 @@ # Bash functions for launching a web search # # # # Usage: # -# -Either source this file, or run directley # +# -Either source this file, or run directly # # -Run with --help for full list of options # # # # Licensed under MIT, (C) Alicia Sykes 2022 # @@ -95,7 +95,7 @@ ws_grepapp() { ws_make_search 'https://grep.app/search?q=' $@ } -# Lists availible search options +# Lists available search options web_search() { # If help flag specified, show help [[ $@ == *"--help"* || $@ == "help" ]] && show_ws_help && return diff --git a/utils/welcome-banner.sh b/utils/welcome-banner.sh index 819f013..117d19d 100755 --- a/utils/welcome-banner.sh +++ b/utils/welcome-banner.sh @@ -83,7 +83,7 @@ function welcome() { printf '%s' "${PWD%/}/")$(basename -- "$0") != "${.sh.file}" ]] || [[ -n $BASH_VERSION ]] && (return 0 2>/dev/null)) && sourced=1 || sourced=0 -# If script being called directly run immediatley +# If script being called directly run immediately if [ $sourced -eq 0 ]; then welcome $@ fi