Skip to content

Instantly share code, notes, and snippets.

@steezeburger
steezeburger / organize-downloads.sh
Last active October 6, 2023 16:32
Organize your downloads folder by file type
#!/bin/bash
set -e
set -o pipefail
# Navigate to Downloads directory or exit with status 1 if it fails
cd ~/Downloads || exit 1
# Indexed array for directory names
directories=("3D_Models" "Archives" "Audio" "Books_and_Presentations" "Documents" "Images" "Software" "Videos")
@steezeburger
steezeburger / starship.toml
Last active February 11, 2024 01:52
my starship config. inspired by the hit major motion picture The Matrix
format = """
[░▒▓](#00FF00)\
$username\
[@](bg:#0F0F0F fg:#00FF00)\
$hostname\
$directory\
[\ueb2c](fg:#0F0F0F bg:#003300)\
$git_branch\
$git_status\
[\ueb2c](fg:#0F0F0F bg:#003300)\