mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-07 07:13:53 +08:00
14 lines
286 B
Bash
Executable File
14 lines
286 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
# for all the non-essential nice to haves
|
|
|
|
apt-fast update && apt-fast install -y --no-install-recommends \
|
|
bash-completion \
|
|
irqtop \
|
|
ripgrep \
|
|
nfs-common \
|
|
socat
|
|
|
|
# color prompt
|
|
sed -i 's/#force_color_prompt=yes/force_color_prompt=yes/g' /home/comma/.bashrc
|