bootstrap-root: added fd-find, fzf, bat and ripgrep
This commit is contained in:
parent
5da23342e6
commit
7958c41c77
1 changed files with 4 additions and 5 deletions
|
@ -8,29 +8,28 @@ apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
apt-file \
|
apt-file \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
|
bat \
|
||||||
build-essential \
|
build-essential \
|
||||||
byobu \
|
byobu \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
cargo \
|
cargo \
|
||||||
cmake \
|
|
||||||
command-not-found \
|
command-not-found \
|
||||||
curl \
|
curl \
|
||||||
elinks \
|
elinks \
|
||||||
exa \
|
exa \
|
||||||
|
fd-find \
|
||||||
|
fzf \
|
||||||
git \
|
git \
|
||||||
highlight \
|
highlight \
|
||||||
htop \
|
htop \
|
||||||
libgit2-dev \
|
|
||||||
libpython3-dev \
|
|
||||||
locales \
|
locales \
|
||||||
man \
|
man \
|
||||||
mc \
|
mc \
|
||||||
neovim \
|
neovim \
|
||||||
python3 \
|
python3 \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
software-properties-common \
|
ripgrep \
|
||||||
tig \
|
tig \
|
||||||
trash-cli \
|
|
||||||
zsh \
|
zsh \
|
||||||
&& apt-get install --no-install-recommends -y \
|
&& apt-get install --no-install-recommends -y \
|
||||||
firejail \
|
firejail \
|
||||||
|
|
Loading…
Reference in a new issue