mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
add-fastfetch
This commit is contained in:
parent
dcbee2e701
commit
51e0bd399d
1 changed files with 9 additions and 0 deletions
|
|
@ -205,6 +205,15 @@ RUN apt-get update -qq && \
|
|||
make all && \
|
||||
make install
|
||||
|
||||
# Install fastfetch
|
||||
RUN git clone https://github.com/fastfetch-cli/fastfetch /opt/fastfetch && \
|
||||
cd /opt/fastfetch && \
|
||||
mkdir build && \
|
||||
cd build && \
|
||||
cmake .. && \
|
||||
cmake --build . --target fastfetch --target flashfetch && \
|
||||
install fastfetch /usr/local/bin
|
||||
|
||||
# Install gotop
|
||||
RUN git clone --depth 1 https://github.com/xxxserxxx/gotop /opt/gotop && \
|
||||
cd /opt/gotop && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue