diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 09:15:39 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 09:15:39 +0000 |
| commit | cb36b00f62edd19bda2c41011d6c72b2e235e653 (patch) | |
| tree | f068d0a99bf4edeb2b74efac7a9cf04f77f3c853 | |
| parent | 14a899db10b88c5e4800e34dc208a0ce3b624dcd (diff) | |
Update provisioning
| -rwxr-xr-x | provision | 2 | ||||
| -rw-r--r-- | provisioning/apt_essential | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash if [[ -z "$1" ]]; then echo "Run with parameters: essential, nice, cask_essential, or cask_nice" diff --git a/provisioning/apt_essential b/provisioning/apt_essential index 7521c5c..28e916a 100644 --- a/provisioning/apt_essential +++ b/provisioning/apt_essential @@ -1,6 +1,8 @@ +-y bat curl fd-find +exa fzf gpg htop @@ -8,7 +10,6 @@ ripgrep rsync tmux tree -vim neovim wget zsh |