feat: Update startup script to display a welcome message and run commands based on the time of day
This commit is contained in:
3
bin/dotf
3
bin/dotf
@ -73,8 +73,7 @@ case $1 in
|
||||
secrets $@
|
||||
;;
|
||||
"startup")
|
||||
# Run $HOME/dotfiles/bin/actions/startup.sh $@ in a new terminal window (Use the default terminal emulator x-terminal-emulator) (Ensure the terminal closes after the script is done)
|
||||
x-terminal-emulator -e $HOME/dotfiles/bin/actions/startup.sh $@
|
||||
$HOME/dotfiles/bin/actions/startup-runner.sh $@
|
||||
;;
|
||||
"term")
|
||||
$HOME/dotfiles/bin/actions/term.sh $@
|
||||
|
Reference in New Issue
Block a user