Skip to content

Commit c46374c

Browse files
committed
Merge pull request #14 from pythonkc/vim_and_htop
Added vim-nox, htop, and changed VM RAM to 512MB.
2 parents 753ca13 + b32b1e1 commit c46374c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2525

2626
pythonkcdotdev.vm.provider "virtualbox" do |vb|
2727
vb.name = "pythonkcdotdev"
28-
vb.memory = 1024
28+
vb.memory = 512
2929
vb.cpus = 2
3030
vb.customize ["modifyvm", :id, "--cpuexecutioncap", "80"]
3131
end

ansible/roles/base/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
- python3-dev
1313
- python3-pip
1414
- python3-software-properties
15+
- vim-nox
16+
- htop
1517

1618
# What else should go in here?
1719
# vim + vim configuration for python?

0 commit comments

Comments
 (0)