diff options
| -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 |