Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d39abd3115 |
Executable
+32
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user