Install `direnv`.

This commit is contained in:
Kazuhiro MUSASHI 2020-08-09 15:36:47 +09:00
parent 4963fe6c79
commit 3f6df758e2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
execute 'apt update'
# Install the necessary packages:
%w[build-essential zsh vim-nox debian-keyring screen curl dstat].each do |pkg|
%w[build-essential zsh vim-nox debian-keyring screen curl dstat direnv].each do |pkg|
package pkg
end