feat: install script re-org
This commit is contained in:
12
install.d/99-fastfetch.sh
Executable file
12
install.d/99-fastfetch.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Description:
|
||||
# Display system information with fastfetch.
|
||||
#
|
||||
|
||||
# Skip in Codespaces (cosmetic only)
|
||||
[[ "$DOTS_ENV" == "codespaces" ]] && { log_skip "Codespaces"; return 0; }
|
||||
|
||||
fastfetch --pipe false
|
||||
|
||||
Reference in New Issue
Block a user