bundles/apt: move vim to default packages
This commit is contained in:
parent
03840fd152
commit
8a2bef9b77
2 changed files with 1 additions and 6 deletions
|
@ -112,6 +112,7 @@ pkg_apt = {
|
|||
'tmux': {},
|
||||
'tree': {},
|
||||
'unzip': {},
|
||||
'vim': {},
|
||||
'wget': {},
|
||||
'whois': {},
|
||||
'zip': {},
|
||||
|
|
|
@ -2,12 +2,6 @@ from json import loads
|
|||
from os.path import join
|
||||
|
||||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'tmux': {},
|
||||
'vim': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'root': {
|
||||
'home': '/root',
|
||||
|
|
Loading…
Reference in a new issue