1 Commits

Author SHA1 Message Date
oracle d39abd3115 pi-id bones and a quick todo list 2025-01-08 23:57:18 -05:00
2 changed files with 59 additions and 0 deletions
Executable
+32
View File
@@ -0,0 +1,32 @@
# ==============================================================================
# Auth: dodd
# File: pi_id.sh
# Revn: 01-04-2025 0.1
# Func: ask user questions about new device
#
# TODO: bro figure out the ps1 thing
# also like can i change the fucking hostname?
# ==============================================================================
# CHANGE LOG
# ------------------------------------------------------------------------------
# 01-04-2025: init
#
# ==============================================================================
## ask for host name???
# get user input
# hostnamectl set-hostname $hstnm
# ask for username
# change groupname from default to user input
# get user input
#
# ask for new password?
# get user input
# echo '$usr:$pwd' | sudo chpasswd
# ask about PS1????
# dump PS1 case/esac into .bash_profile
+27
View File
@@ -0,0 +1,27 @@
# ==============================================================================
# Auth: dodd
# File: todo.txt
# Revn: 01-08-2025 0.1
# Func: todo
#
# TODO: create
# ==============================================================================
# CHANGE LOG
# ------------------------------------------------------------------------------
# 01-07-2025: init
# 01-08-2025: remembered crontab exists
#
# ==============================================================================
pi_id:: case/esac for PS1
:: test current ( 01-07-2025 ) commands
pi_setup:: replace motd
-> write down all places it's found
-> keep copies of final files after adjustment
-> look up better places to light LEDs and call ekho tbh
-> I don't think .bashrc is the right place to do those
things
-> crontab