diff --git a/Dockerfile b/Dockerfile index bdd171b..cca72c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN locale-gen # Install packages RUN pacman-key --init -RUN pacman -Syu --noconfirm sudo bash-completion openssh neofetch \ +RUN pacman -Syu --noconfirm sudo bash-completion openssh fastfetch \ borgbackup dateutils prometheus-node-exporter wget git base-devel cron net-tools inetutils tmux # Make Build User diff --git a/bash-config/.bashrc b/bash-config/.bashrc index 5fd1244..e3a56e5 100644 --- a/bash-config/.bashrc +++ b/bash-config/.bashrc @@ -29,4 +29,4 @@ function print_container_info { # Run Code ############################################################################################################################## print_container_info -neofetch +fastfetch --config neofetch diff --git a/bash-config/.bashrc_root b/bash-config/.bashrc_root index b354153..1a05e94 100644 --- a/bash-config/.bashrc_root +++ b/bash-config/.bashrc_root @@ -97,4 +97,4 @@ if [ "$INTERACTIVE_MODE" != "false" ]; then fi print_container_info -neofetch +fastfetch --config neofetch