mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 00:06:53 +08:00
ubuntu.sh: gcc g++ cmake
This commit is contained in:
parent
c52d8e2e50
commit
163caa26f2
|
@ -18,7 +18,7 @@ init()
|
|||
|
||||
# mass installation
|
||||
apt update
|
||||
apt install git tmux zsh curl wget dialog net-tools dnsutils netcat traceroute sudo python3 python3-pip cron inetutils-ping openssh-client openssh-server top htop
|
||||
apt install git tmux zsh curl wget dialog net-tools dnsutils netcat traceroute sudo python3 python3-pip cron inetutils-ping openssh-client openssh-server htop gcc g++ cmake
|
||||
for i in {fzf,ripgrep}; do apt install $i -y; done
|
||||
|
||||
# custom dotfiles (usually not needed)
|
||||
|
|
Loading…
Reference in New Issue
Block a user