Initial commit

This commit is contained in:
2021-04-26 10:32:19 +02:00
commit 2ac3e6e6cc
7 changed files with 134 additions and 0 deletions

18
apt.sh Normal file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
# Install command line tools
# Update cache
apt update
# Upgrade already installed packages
apt upgrade
# Install packages
apt install -y \
jq \
neovim \
ripgrep \
fzf \
direnv \