From 484003107180c171a169999e7a8eb161db509071 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 28 Jun 2021 20:10:59 +0200 Subject: Add essential provisioning --- provisioning/apt_essential | 13 +++++++++++++ provisioning/brew_essential | 17 +++++++++++++++++ provisioning/brew_nice | 14 ++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 provisioning/apt_essential create mode 100644 provisioning/brew_essential create mode 100644 provisioning/brew_nice (limited to 'provisioning') diff --git a/provisioning/apt_essential b/provisioning/apt_essential new file mode 100644 index 0000000..4106d85 --- /dev/null +++ b/provisioning/apt_essential @@ -0,0 +1,13 @@ +bat +curl +fd-find +fzf +gpg +htop +ripgrep +rsync +tmux +tree +vim +wget +zsh diff --git a/provisioning/brew_essential b/provisioning/brew_essential new file mode 100644 index 0000000..c1bd703 --- /dev/null +++ b/provisioning/brew_essential @@ -0,0 +1,17 @@ +asdf +bat +curl +fd +fortune +fzf +gnupg +htop +ripgrep +tmux +tree +v +vim +watch +wget +z +zsh diff --git a/provisioning/brew_nice b/provisioning/brew_nice new file mode 100644 index 0000000..6f3bc86 --- /dev/null +++ b/provisioning/brew_nice @@ -0,0 +1,14 @@ +cowsay +exiftool +exiv2 +ffmpeg +figlet +graphviz +hr +id3tool +imagemagick +nethack +ntfs-3g +telnet +tldr +weechat -- cgit