install basics
This commit is contained in:
parent
caef41c8ae
commit
f7e2bba4cb
1 changed files with 7 additions and 0 deletions
7
install_the_basics.sh
Normal file
7
install_the_basics.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
set -e
|
||||
apt-get update
|
||||
apt-get install git curl wget vim neovim fd-find bat python3 \
|
||||
python-is-python3 tmux btop htop fzf lsd tldr trash-cli \
|
||||
ripgrep tree python3-venv python3-pip python3-poetry nmap
|
||||
apt-get upgrade
|
||||
apt-get autoremove
|
Loading…
Add table
Reference in a new issue