Install `direnv`.
This commit is contained in:
parent
4963fe6c79
commit
3f6df758e2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue